public static interface ProMTraceList.ClickListener<T>
extends java.util.EventListener
Modifier and Type | Method and Description |
---|---|
void |
traceMouseClicked(T trace,
int traceIndex,
int eventIndex,
java.awt.event.MouseEvent e)
Event that the user has clicked on a trace.
|
void |
traceMouseDoubleClicked(T trace,
int traceIndex,
int eventIndex,
java.awt.event.MouseEvent e)
Event that the user has double clicked on a trace.
|
void traceMouseDoubleClicked(T trace, int traceIndex, int eventIndex, java.awt.event.MouseEvent e)
trace
- the object that has been clicked ontraceIndex
- the index of the trace in the listeventIndex
- the index of the event that has been clicked on or -1 in
case not event was below the mouse pointere
- the original MouseEvent
void traceMouseClicked(T trace, int traceIndex, int eventIndex, java.awt.event.MouseEvent e)
trace
- the object that has been clicked ontraceIndex
- the index of the trace in the listeventIndex
- the index of the event that has been clicked on or -1 in
case not event was below the mouse pointere
- the original MouseEvent