Class TimeGraphRangeUpdateEvent

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

public class TimeGraphRangeUpdateEvent extends EventObject
Notifier for the time graph that the time range has been updated.
Author:
Patrick Tasse
See Also:
  • Constructor Details

    • TimeGraphRangeUpdateEvent

      public TimeGraphRangeUpdateEvent(Object source, long startTime, long endTime)
      Standard constructor
      Parameters:
      source - The source of this event
      startTime - The start time
      endTime - The end time
  • Method Details

    • getStartTime

      public long getStartTime()
      Returns:
      the start time
    • getEndTime

      public long getEndTime()
      Returns:
      the end time