Class TimeGraphTimeEvent
java.lang.Object
java.util.EventObject
org.eclipse.tracecompass.tmf.ui.widgets.timegraph.TimeGraphTimeEvent
- All Implemented Interfaces:
Serializable
Time selection event
- Author:
- Patrick Tasse
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTimeGraphTimeEvent(Object source, long beginTime, long endTime) Standard constructor -
Method Summary
Methods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
TimeGraphTimeEvent
Standard constructor- Parameters:
source- The source of this eventbeginTime- The selection begin timeendTime- The selection end time
-
-
Method Details
-
getBeginTime
public long getBeginTime()- Returns:
- the selection begin time
-
getEndTime
public long getEndTime()- Returns:
- the selection end time
-