Class TimeGraphTreeExpansionEvent
java.lang.Object
java.util.EventObject
org.eclipse.tracecompass.tmf.ui.widgets.timegraph.TimeGraphTreeExpansionEvent
- All Implemented Interfaces:
Serializable
Notifier for the time graph view that a tree has been expanded.
- Author:
- Patrick Tasse
- See Also:
-
Constructor Summary
ConstructorDescriptionTimeGraphTreeExpansionEvent
(Object source, ITimeGraphEntry entry) Creates a new event for the given source and entry. -
Method Summary
Methods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
TimeGraphTreeExpansionEvent
Creates a new event for the given source and entry.- Parameters:
source
- the tree viewerentry
- the entry
-
-
Method Details
-
getEntry
Returns the entry that got expanded or collapsed.- Returns:
- the entry
-