Interface ProMTraceList.MoveListener<T>

  • All Superinterfaces:
    java.util.EventListener
    Enclosing class:
    ProMTraceList<T>

    public static interface ProMTraceList.MoveListener<T>
    extends java.util.EventListener
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void traceMouseMoved​(T trace, int traceIndex, int eventIndex, java.awt.event.MouseEvent e)
      Event that the user has moved the mouse over a trace.
    • Method Detail

      • traceMouseMoved

        void traceMouseMoved​(T trace,
                             int traceIndex,
                             int eventIndex,
                             java.awt.event.MouseEvent e)
        Event that the user has moved the mouse over a trace.
        Parameters:
        trace - the object that has been moved over
        traceIndex - the index of the trace in the list
        eventIndex - the index of the event or -1 in case no event was below the mouse pointer
        e - the original MouseEvent