21module
com { module sun { module star { module embed {
68 [in]
long nNewState );
This exception can be thrown in case the object's state does not allow to call requested functionalit...
Definition WrongStateException.idl:29
makes it possible to receive events when an embedded object changes it's state.
Definition XStateChangeListener.idl:28
void stateChanged([in] com::sun::star::lang::EventObject aEvent, [in] long nOldState, [in] long nNewState)
is called after the object has changed state.
void changingState([in] com::sun::star::lang::EventObject aEvent, [in] long nOldState, [in] long nNewState)
is called just before the object changes state.
base interface for all event listeners interfaces.
Definition XEventListener.idl:27
Definition Ambiguous.idl:20
specifies the base for all event objects and identifies the source of the event.
Definition EventObject.idl:28