Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

com :: sun :: star :: frame ::

interface XTerminateListener

Base Interface
com::sun::star::lang::XEventListener

Description
has to be provided if an object wants to receive an event when the master environment (e.g., desktop) is terminated.
See also
XDesktop::addTerminateListener
See also
XDesktop::removeTerminateListener


Methods' Summary

queryTermination is called when the master environment (e.g., desktop) is about to terminate.
notifyTermination is called when the master environment is finally terminated.

Methods' Details

queryTermination
 
void
queryTermination(
[ in ] com::sun::star::lang::EventObject aEvent )
raises ( com::sun::star::frame::TerminationVetoException );

Description
is called when the master environment (e.g., desktop) is about to terminate.
notifyTermination
 
void
notifyTermination(
[ in ] com::sun::star::lang::EventObject aEvent );

Description
is called when the master environment is finally terminated.

Top of Page