public interface DesktopActivationListener
When a session is going to be deactivate, it checks every
variable of a desktop to see whether this interface is implemented.
If implemented, willPassivate(org.zkoss.zk.ui.Desktop)
will be called.
Similarly, didActivate(org.zkoss.zk.ui.Desktop)
is called if the session has
been activated.
Modifier and Type | Method and Description |
---|---|
void |
didActivate(Desktop desktop)
Called when a session has just been activated
(and its value has been deserialized).
|
void |
willPassivate(Desktop desktop)
Called when a session is about to be passivated
(and then serialize its value).
|
Copyright © 2005-2023 Potix Corporation. All Rights Reserved.