Methods' Summary |
doSave |
|
approveInteraction |
approveInteraction is called when an outstanding
interaction request was processed by the session manager
|
shutdownCanceled |
shutdownCanceled is called when a shutdown was canceled by the user
The listener can cancel his saving operations. No
further interaction is necessary and further calls
on the session manager client service object will
be ignored.
|
doRestore |
returns true, if a session was restored
|
Methods' Details |
doSave
void |
doSave( |
[in] boolean |
bShutdown, |
| [in] boolean |
bCancelable ); |
|
|
approveInteraction
void |
approveInteraction( |
[in] boolean |
bInteractionGranted ); |
- Description
- approveInteraction is called when an outstanding
interaction request was processed by the session manager
- Parameter bInteractionGranted
- If `FALSE` the listener must not interact with the user.
If `TRUE` the listener can interact with the user now.
After interaction the listener must call
XSessionManagerClient::interactionDone()
on the session manager client service object.
- See also
- XSessionManagerClient, XSessionManagerClient::interactionDone()
|
|
shutdownCanceled
- Description
- shutdownCanceled is called when a shutdown was canceled by the user
The listener can cancel his saving operations. No
further interaction is necessary and further calls
on the session manager client service object will
be ignored.
|
|
doRestore
- Description
- returns true, if a session was restored
|
|
Top of Page
Copyright © 2020, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.