Class TimeGraphRangeUpdateEvent
java.lang.Object
java.util.EventObject
org.eclipse.tracecompass.tmf.ui.widgets.timegraph.TimeGraphRangeUpdateEvent
- All Implemented Interfaces:
Serializable
Notifier for the time graph that the time range has been updated.
- Author:
- Patrick Tasse
- See Also:
-
Constructor Summary
ConstructorDescriptionTimeGraphRangeUpdateEvent
(Object source, long startTime, long endTime) Standard constructor -
Method Summary
Methods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
TimeGraphRangeUpdateEvent
Standard constructor- Parameters:
source
- The source of this eventstartTime
- The start timeendTime
- The end time
-
-
Method Details
-
getStartTime
public long getStartTime()- Returns:
- the start time
-
getEndTime
public long getEndTime()- Returns:
- the end time
-