public static interface ProMTraceList.MoveListener<T>
extends java.util.EventListener
| Modifier and Type | Method and 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.
|
void traceMouseMoved(T trace, int traceIndex, int eventIndex, java.awt.event.MouseEvent e)
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 original MouseEvent