Class TmfTraceOpenedSignal

java.lang.Object
org.eclipse.tracecompass.tmf.core.signal.TmfSignal
org.eclipse.tracecompass.tmf.core.signal.TmfTraceOpenedSignal

public class TmfTraceOpenedSignal extends TmfSignal
Signal indicating a trace has been opened. Receivers can get ready to receive TmfTraceRangeUpdatedSignal for coalescing and can expect TmfTraceSelectedSignal to follow.
Author:
Patrick Tasse
  • Constructor Details

    • TmfTraceOpenedSignal

      public TmfTraceOpenedSignal(Object source, ITmfTrace trace, org.eclipse.core.resources.IFile editorFile)
      Constructor for a new signal.
      Parameters:
      source - The object sending this signal
      trace - The trace that has been opened
      editorFile - Pointer to the editor file
  • Method Details

    • getTrace

      public ITmfTrace getTrace()
      Get the trace object concerning this signal
      Returns:
      The trace
    • getEditorFile

      public org.eclipse.core.resources.IFile getEditorFile()
      Get a pointer to the editor file for this trace
      Returns:
      The IFile object
    • toString

      public String toString()
      Overrides:
      toString in class Object