| Package | Description |
|---|---|
| edu.uci.ics.jung.graph |
Interfaces for the JUNG graph types, and some representative implementations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ObservableGraph.addGraphEventListener(GraphEventListener<V,E> l)
Adds
l as a listener to this graph. |
void |
ObservableGraph.removeGraphEventListener(GraphEventListener<V,E> l)
Removes
l as a listener to this graph. |
Copyright © 2016. All rights reserved.