- Description
- is called just before the object changes state.
Actually the listener can try to complain about state changing, but
it is up to object to decide whether the state change can be
prevented. Anyway the possibility to complain must be used very
carefully.
- Parameter aEvent
- specifies the object that is going to change own state
- Parameter nOldState
- specifies the old state of the object
- Parameter nNewState
- specifies the new state of the object
- Throws
- ::com::sun::star::embed::WrongStateException
the state change is unexpected by listener
|