org.zkoss.zk.scripting
Interface NamespaceChangeListener


Deprecated. As of release 5.0.0, the concept of namespace is deprecated.

A listener used to listen whether Namespace is changed.

To add a listener to the namespace, invoke Namespace.addChangeListener(org.zkoss.zk.scripting.NamespaceChangeListener).

public interface NamespaceChangeListener

Author:
tomyeh

Method Summary
 void onAdd(java.lang.String name, java.lang.Object value)
          Deprecated. Called when a variable is set to Namespace.
 void onParentChanged(Namespace newparent)
          Deprecated. As of release 5.0.0, the concept of namespace is deprecated.

Called when the parent is changed.

 void onRemove(java.lang.String name)
          Deprecated. Called when a variable is removed from Namespace.
 

Method Detail

onAdd

void onAdd(java.lang.String name,
           java.lang.Object value)
Deprecated. 
Called when a variable is set to Namespace.

Parameters:
value - the new value.

onRemove

void onRemove(java.lang.String name)
Deprecated. 
Called when a variable is removed from Namespace.


onParentChanged

void onParentChanged(Namespace newparent)
Deprecated. As of release 5.0.0, the concept of namespace is deprecated.

Called when the parent is changed.

Parameters:
newparent - the new parent.


Copyright © 2005-2009 Potix Corporation. All Rights Reserved. SourceForge.net Logo