19 #ifndef __com_sun_star_frame_XTerminateListener_idl__
20 #define __com_sun_star_frame_XTerminateListener_idl__
28 module
com { module sun { module star { module frame {
can be thrown by a XTerminateListener to prevent the environment (e.g., desktop) from terminating
Definition: TerminationVetoException.idl:46
has to be provided if an object wants to receive an event when the master environment (e....
Definition: XTerminateListener.idl:38
void notifyTermination([in] com::sun::star::lang::EventObject Event)
is called when the master environment is finally terminated.
void queryTermination([in] com::sun::star::lang::EventObject Event)
is called when the master environment (e.g., desktop) is about to terminate.
base interface for all event listeners interfaces.
Definition: XEventListener.idl:33
Definition: Ambiguous.idl:22
specifies the base for all event objects and identifies the source of the event.
Definition: EventObject.idl:32