Interface GraphMouseListener<V>
-
public interface GraphMouseListener<V>
This interface allows users to register listeners to register to receive vertex clicks.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
graphClicked(V v, java.awt.event.MouseEvent me)
void
graphPressed(V v, java.awt.event.MouseEvent me)
void
graphReleased(V v, java.awt.event.MouseEvent me)
-