Class TimeGraphSelectionEvent
java.lang.Object
java.util.EventObject
org.eclipse.tracecompass.tmf.ui.widgets.timegraph.TimeGraphSelectionEvent
- All Implemented Interfaces:
Serializable
Notifier for the time graph that an object in the views has been selected.
- Author:
- Patrick Tasse
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTimeGraphSelectionEvent(Object source, ITimeGraphEntry selection) Standard constructor -
Method Summary
Methods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
TimeGraphSelectionEvent
Standard constructor- Parameters:
source- The source of this eventselection- The entry that was selected
-
-
Method Details
-
getSelection
- Returns:
- the selected entry or null if the selection is empty.
-