Interface IEclipsePreferences.INodeChangeListener
- Enclosing interface:
- IEclipsePreferences
public static interface IEclipsePreferences.INodeChangeListener
A listener to be used to receive preference node change events.
Clients may implement this interface.
- Since:
- 3.0
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Notification that a child node was added to the preference hierarchy.void
Notification that a child node was removed from the preference hierarchy.
-
Method Details
-
added
Notification that a child node was added to the preference hierarchy. The given event must not benull
.- Parameters:
event
- an event specifying the details about the new node- See Also:
-
removed
Notification that a child node was removed from the preference hierarchy. The given event must not benull
.- Parameters:
event
- an event specifying the details about the removed node- See Also:
-