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

interface XSessionManagerListener2
Base Interfaces
XSessionManagerListener2XSessionManagerListener
   ┗ ::com::sun::star::lang::XEventListener

XSessionManagerListener

Methods' Summary
doQuit doQuit gets called when the session manager has decided the application should quit. Under these circumstances bringing up further UI will usually be impossible and must be avoided.  
Methods' Details
doQuit
[oneway] void
doQuit();

Description
doQuit gets called when the session manager has decided the application should quit. Under these circumstances bringing up further UI will usually be impossible and must be avoided.
Top of Page