Package org.gephi.tools.spi
Interface NodeClickEventListener
-
- All Superinterfaces:
ToolEventListener
public interface NodeClickEventListener extends ToolEventListener
Tool node click listener. Listen to node click on the visualization window.A tool which declares this listener is notified when user click on nodes.
- Author:
- Mathieu Bastian
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
clickNodes(Node[] nodes)
Notifynodes
have been clicked by user on the visualization window.
-
-
-
Method Detail
-
clickNodes
void clickNodes(Node[] nodes)
Notifynodes
have been clicked by user on the visualization window.- Parameters:
nodes
- the clicked nodes
-
-