20module 
com {  module sun {  module star {  module frame {
 
   55        void doSave( [in] 
boolean bShutdown, [in] 
boolean bCancelable );
 
 
Definition XSessionManagerListener.idl:23
void doSave([in] boolean bShutdown, [in] boolean bCancelable)
doSave gets called when a save event was issued by the session manager the listener should do what is...
void shutdownCanceled()
shutdownCanceled is called when a shutdown was canceled by the user The listener can cancel his savin...
boolean doRestore()
returns true, if a session was restored
void approveInteraction([in] boolean bInteractionGranted)
approveInteraction is called when an outstanding interaction request was processed by the session man...
base interface for all event listeners interfaces.
Definition XEventListener.idl:27
Definition Ambiguous.idl:20