|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface NamespaceChangeListener
A listener used to listen whether Namespace is changed.
To add a listener to the namespace, invoke
Namespace.addChangeListener(org.zkoss.zk.scripting.NamespaceChangeListener).
| Method Summary | |
|---|---|
void |
onAdd(java.lang.String name,
java.lang.Object value)
Called when a variable is set to Namespace. |
void |
onParentChanged(Namespace newparent)
Called when the parent is changed. |
void |
onRemove(java.lang.String name)
Called when a variable is removed from Namespace. |
| Method Detail |
|---|
void onAdd(java.lang.String name,
java.lang.Object value)
Namespace.
value - the new value.void onRemove(java.lang.String name)
Namespace.
void onParentChanged(Namespace newparent)
newparent - the new parent.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||