Please note that this documentation is not final and is subject to change.

Java™ Platform
Standard Ed. 6

DRAFT internal-b11

Uses of Interface
java.util.prefs.NodeChangeListener

Packages that use NodeChangeListener
java.util.prefs This package allows applications to store and retrieve user and system preference and configuration data. 
 

Uses of NodeChangeListener in java.util.prefs
 

Methods in java.util.prefs with parameters of type NodeChangeListener
abstract  void Preferences.addNodeChangeListener(NodeChangeListener ncl)
          Registers the specified listener to receive node change events for this node.
 void AbstractPreferences.addNodeChangeListener(NodeChangeListener ncl)
           
abstract  void Preferences.removeNodeChangeListener(NodeChangeListener ncl)
          Removes the specified NodeChangeListener, so it no longer receives change events.
 void AbstractPreferences.removeNodeChangeListener(NodeChangeListener ncl)
           
 


Java™ Platform
Standard Ed. 6

DRAFT internal-b11

Submit a bug or feature

Copyright 2008 Sun Microsystems, Inc. All rights reserved. Use is subject to the terms of the GNU General Public License.