22module
com { module sun { module star { module util {
base interface for all event listeners interfaces.
Definition XEventListener.idl:27
makes it possible to receive events when a model object changes.
Definition XModifyListener.idl:28
void modified([in] com::sun::star::lang::EventObject aEvent)
is called when something changes in the object.
Definition Ambiguous.idl:20
specifies the base for all event objects and identifies the source of the event.
Definition EventObject.idl:28