No examples for this method. 
     
 
     
      Frequently called with: [Clear]  
     
 
      
    
 
     
     
     -1 
    
 
     
     
   | java.lang.Object | ||
| ↳ | java.util.EventObject | |
| ↳ | java.util.prefs.NodeChangeEvent | |
This is the event class to indicate that one child of the preference node has been added or deleted.
 Please note that although the class is marked as Serializable by inheritance from EventObject, this type is not intended to be serialized so the serialization methods do nothing but throw a NotSerializableException.
| [Expand] 
           Inherited Fields
           | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  From class java.util.EventObject | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  | 
           Constructs a new 
            NodeChangeEventinstance. | ||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  | 
           Gets the child 
            Preferencesnode that was added or removed. | ||||||||||
|  | 
           Gets the 
            Preferencesinstance that fired this event. | ||||||||||
| [Expand] 
           Inherited Methods
           | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  From class java.util.EventObject | |||||||||||
|  From class java.lang.Object | |||||||||||
Constructs a new NodeChangeEvent instance.
| p | the Preferencesinstance that fired this event; this object is considered as the event source. | 
|---|---|
| c | the child Preferencesinstance that was added or deleted. | 
Gets the child Preferences node that was added or removed.
Preferences node. Gets the Preferences instance that fired this event.
Preferences instance that fired this event.