Package com.e1c.langtool.ui.tree
Class DeltaChangedEvent
java.lang.Object
java.util.EventObject
com.e1c.langtool.ui.tree.DeltaChangedEvent
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsFields inherited from class java.util.EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionDeltaChangedEvent(IFeatureTree source, ITreeItem selection) Creates a new event for the given source and selection. -
Method Summary
Methods inherited from class java.util.EventObject
getSource, toString
-
Field Details
-
selection
The selection.
-
-
Constructor Details
-
DeltaChangedEvent
Creates a new event for the given source and selection.- Parameters:
source- the selection providerselection- the selection
-
-
Method Details
-
getSelection
Returns the selection.- Returns:
- the selection
-