Uses of Class
org.eclipse.core.runtime.preferences.IEclipsePreferences.NodeChangeEvent

Packages that use IEclipsePreferences.NodeChangeEvent
org.eclipse.core.runtime.preferences Provides core support for Eclipse preferences. 
 

Uses of IEclipsePreferences.NodeChangeEvent in org.eclipse.core.runtime.preferences
 

Methods in org.eclipse.core.runtime.preferences with parameters of type IEclipsePreferences.NodeChangeEvent
 void IEclipsePreferences.INodeChangeListener.added(IEclipsePreferences.NodeChangeEvent event)
          Notification that a child node was added to the preference hierarchy.
 void IEclipsePreferences.INodeChangeListener.removed(IEclipsePreferences.NodeChangeEvent event)
          Notification that a child node was removed from the preference hierarchy.