FileDocCategorySizeDatePackage
NodeChangeListener.javaAPI DocAndroid 1.5 API1678Wed May 06 22:41:04 BST 2009java.util.prefs

NodeChangeListener

public interface NodeChangeListener implements EventListener
This interface is used to handle preference node change events. The implementation of this interface can be installed by the {@code Preferences} instance.
see
NodeChangeEvent
since
Android 1.0

Fields Summary
Constructors Summary
Methods Summary
public voidchildAdded(java.util.prefs.NodeChangeEvent e)
This method gets called whenever a child node is added to another node.

param
e the node change event.
since
Android 1.0

public voidchildRemoved(java.util.prefs.NodeChangeEvent e)
This method gets called whenever a child node is removed from another node.

param
e the node change event.
since
Android 1.0