|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ComponentActivationListener
or PageActivationListener
instead.
Used to notify a variable stored in a namespace, when the namespace is going to be deactivated or has been activated.
When a namespace is going to be deactivate, it checks every
variable to see whether this interface is implemented.
If implemented, willPassivate(org.zkoss.zk.scripting.Namespace)
will be called.
Similarly, didActivate(org.zkoss.zk.scripting.Namespace)
is called if the namespace has
been activated.
public interface NamespaceActivationListener
Method Summary | |
---|---|
void |
didActivate(Namespace ns)
Deprecated. |
void |
willPassivate(Namespace ns)
Deprecated. |
Method Detail |
---|
void didActivate(Namespace ns)
void willPassivate(Namespace ns)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |