public interface NodeClickEventListener extends ToolEventListener
A tool which declares this listener is notified when user click on nodes.
| Modifier and Type | Method and Description |
|---|---|
void |
clickNodes(Node[] nodes)
Notify
nodes have been clicked by user on the visualization
window. |
void clickNodes(Node[] nodes)
nodes have been clicked by user on the visualization
window.nodes - the clicked nodesCopyright © 2007–2015 Gephi Consortium. All rights reserved.