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 voidtraceMouseMoved(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 overtraceIndex- the index of the trace in the listeventIndex- the index of the event or -1 in case no event was below the mouse pointere- the originalMouseEvent
-
-