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 voidgraphClicked(V v, java.awt.event.MouseEvent me)voidgraphPressed(V v, java.awt.event.MouseEvent me)voidgraphReleased(V v, java.awt.event.MouseEvent me)
-