20module
com { module sun { module star { module mail {
base interface for all event listeners interfaces.
Definition XEventListener.idl:27
The listener interface for connection events.
Definition XConnectionListener.idl:29
void connected([in] com::sun::star::lang::EventObject aEvent)
Invoked when the connection to the mail server is established.
void disconnected([in] com::sun::star::lang::EventObject aEvent)
Invoked when the connection to the mail server is closed.
Definition Ambiguous.idl:20
specifies the base for all event objects and identifies the source of the event.
Definition EventObject.idl:28