21module
com { module sun { module star { module embed {
the base of all UNO exceptions
Definition Exception.idl:29
makes it possible to receive events when a transacted object is committed or reverted.
Definition XTransactionListener.idl:28
void commited([in] com::sun::star::lang::EventObject aEvent)
is called after the object is committed.
void preRevert([in] com::sun::star::lang::EventObject aEvent)
is called just before the object is reverted.
void preCommit([in] com::sun::star::lang::EventObject aEvent)
is called just before the object is committed.
void reverted([in] com::sun::star::lang::EventObject aEvent)
is called after the object is reverted.
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