Class TimeGraphTimeEvent

java.lang.Object
java.util.EventObject
org.eclipse.tracecompass.tmf.ui.widgets.timegraph.TimeGraphTimeEvent
All Implemented Interfaces:
Serializable

public class TimeGraphTimeEvent extends EventObject
Time selection event
Author:
Patrick Tasse
See Also:
  • Constructor Details

    • TimeGraphTimeEvent

      public TimeGraphTimeEvent(Object source, long beginTime, long endTime)
      Standard constructor
      Parameters:
      source - The source of this event
      beginTime - The selection begin time
      endTime - The selection end time
  • Method Details

    • getBeginTime

      public long getBeginTime()
      Returns:
      the selection begin time
    • getEndTime

      public long getEndTime()
      Returns:
      the selection end time