Class TimeGraphSelectionEvent

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

public class TimeGraphSelectionEvent extends EventObject
Notifier for the time graph that an object in the views has been selected.
Author:
Patrick Tasse
See Also:
  • Constructor Details

    • TimeGraphSelectionEvent

      public TimeGraphSelectionEvent(Object source, ITimeGraphEntry selection)
      Standard constructor
      Parameters:
      source - The source of this event
      selection - The entry that was selected
  • Method Details

    • getSelection

      public ITimeGraphEntry getSelection()
      Returns:
      the selected entry or null if the selection is empty.