No examples for this method. 
     
 
     
      Frequently called with: [Clear]  
     
 
      
    
 
     
     
     -1 
    
 
     
     
   | java.util.prefs.PreferenceChangeListener | 
This interface is used to handle preferences change events. The implementation of this interface can be installed by the Preferences instance.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  | 
           This method gets invoked whenever a preference is added, deleted or updated.
           | ||||||||||
This method gets invoked whenever a preference is added, deleted or updated.
| pce | the event instance which describes the changed Preferencesinstance and the preference value. | 
|---|