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 Preferences
instance and the preference value.
|
---|