Package adams.flow.sink.sequenceplotter
Interface MouseClickAction
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
AbstractMouseClickAction
,NullClickAction
,ToggleOutlier
,ViewDataClickAction
public interface MouseClickAction extends Serializable
Interface for classes that react to mouse click actions on the plot canvas.- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
mouseClickOccurred(SequencePlotterPanel panel, MouseEvent e)
Gets triggered if the user clicks on the canvas.
-
-
-
Method Detail
-
mouseClickOccurred
void mouseClickOccurred(SequencePlotterPanel panel, MouseEvent e)
Gets triggered if the user clicks on the canvas.- Parameters:
panel
- the associated panele
- the mouse event
-
-