public static final class IEclipsePreferences.NodeChangeEvent extends EventObject
IEclipsePreferences.INodeChangeListener
,
Serialized Formsource
Constructor and Description |
---|
NodeChangeEvent(Preferences parent,
Preferences child)
Constructor for a new node change event object.
|
Modifier and Type | Method and Description |
---|---|
Preferences |
getChild()
Return the child node for this event.
|
Preferences |
getParent()
Return the parent node for this event.
|
getSource, toString
public NodeChangeEvent(Preferences parent, Preferences child)
parent
- the parent nodechild
- the child nodepublic Preferences getParent()
public 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, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.