public static final class IEclipsePreferences.NodeChangeEvent extends EventObject
IEclipsePreferences.INodeChangeListener
,
Serialized Formsource
Constructor and Description |
---|
IEclipsePreferences.NodeChangeEvent(org.osgi.service.prefs.Preferences parent,
org.osgi.service.prefs.Preferences child)
Constructor for a new node change event object.
|
Modifier and Type | Method and Description |
---|---|
org.osgi.service.prefs.Preferences |
getChild()
Return the child node for this event.
|
org.osgi.service.prefs.Preferences |
getParent()
Return the parent node for this event.
|
getSource, toString
public IEclipsePreferences.NodeChangeEvent(org.osgi.service.prefs.Preferences parent, org.osgi.service.prefs.Preferences child)
parent
- the parent nodechild
- the child nodepublic org.osgi.service.prefs.Preferences getParent()
public org.osgi.service.prefs.Preferences getChild()
Note: The child node may have been removed as a result of the bundle supplying its implementation being un-installed. In this case the only method which can safely be called on the child is #name().
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.