G
- V
- E
- public interface GraphGUIListener<G extends Graph<V,E>,V,E extends Edge<V>>
Modifier and Type | Method and Description |
---|---|
void |
graphChanged(G g,
GraphChangeType type,
Object data)
The graph data was changed.
|
void |
graphGUIClosed(GraphGUI<G,V,E> gui)
The GUI was closed.
|
void |
graphSelectionChanged(GraphGUI<G,V,E> gui)
The selection has changed.
|
void graphSelectionChanged(GraphGUI<G,V,E> gui)
gui
- void graphChanged(G g, GraphChangeType type, Object data)
g
- type
- data
- Copyright © 2005–2020. All rights reserved.