21module
com { module sun { module star { module embed {
the base of all UNO exceptions
Definition generated_idl_chapter_refs.idl:113
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 generated_idl_chapter_refs.idl:2648
Definition Ambiguous.idl:20
specifies the base for all event objects and identifies the source of the event.
Definition generated_idl_chapter_refs.idl:253