Package org.insa.graphs.gui.drawing
Interface DrawingClickListener
-
- All Known Implementing Classes:
NodesInputPanel
public interface DrawingClickListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
mouseClicked(Point point)
Event triggered when a click is made on the map.
-
-
-
Method Detail
-
mouseClicked
void mouseClicked(Point point)
Event triggered when a click is made on the map.- Parameters:
point
- Position (on the map) of the mouse click.
-
-