Interface | Description |
---|---|
GraphEventListener |
The interface for "listening" to graph events (changes in the structure of a graph).
|
GraphEventType |
This is an instance of the Enumerator pattern which creates 1st class static type objects
for each of the known graph events.
|
Class | Description |
---|---|
GraphEvent |
An event which indicates that a change in the graph structure has occurred.
|
GraphEventType.AllSingleEvents | |
GraphEventType.EdgeAddition | |
GraphEventType.EdgeRemoval | |
GraphEventType.VertexAddition | |
GraphEventType.VertexRemoval | |
GraphListenerHandler |
This utility class handles Graph listening and call dispatching.
|