API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.util.prefs. NodeChangeEvent View Source
Author(s)
Josh Bloch
Since
1.4
Version
$I$, $G$
Serial
exclude
Hierarchy
 Object
      EventObject
          NodeChangeEvent
Implements
Subclasses
Description
public class NodeChangeEvent
  An event emitted by a Preferences node to indicate that a child of that node has been added or removed.
Constructors
public NodeChangeEvent (Preferences parent, Preferences child)
  Constructs a new NodeChangeEvent instance.
Methods
Hide/Show inherited methods
public Preferences getChild ()
  Returns the node that was added or removed.
public Preferences getParent ()
  Returns the parent of the node that was added or removed.
public Object getSource () [Inherited From EventObject]
  The object on which the Event initially occurred.
public String toString () [Inherited From EventObject]
  Returns a String representation of this EventObject.
Fields
Hide/Show inherited fields
protectedtransient Object source [Inherited From EventObject]
The object on which the Event initially occurred.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar