VelocityGraph.Frontenac.Blueprints.Util.Wrappers.Event.Listener Namespace |
[Missing <summary> documentation for "N:VelocityGraph.Frontenac.Blueprints.Util.Wrappers.Event.Listener"]
Class | Description | |
---|---|---|
![]() | ConsoleGraphChangedListener |
An example listener that writes a message to the console for each event that fires from the graph.
|
![]() | EdgeAddedEvent | |
![]() | EdgePropertyChangedEvent | |
![]() | EdgePropertyEvent | |
![]() | EdgePropertyEventContract | |
![]() | EdgePropertyRemovedEvent |
Event fired when an edge property is removed.
|
![]() | EdgeRemovedEvent |
Event fired when an edge is removed.
|
![]() | EventContract | |
![]() | GraphChangedListenerContract | |
![]() | StubGraphChangedListener |
An event listener that acts as a counter for changes to the graph.
|
![]() | VertexAddedEvent |
Event that fires when a vertex is added to a graph.
|
![]() | VertexPropertyChangedEvent |
Event that fires when a property changes on a vertex.
|
![]() | VertexPropertyEvent |
Base class for property changed events.
|
![]() | VertexPropertyEventContract | |
![]() | VertexPropertyRemovedEvent |
Event fired when a vertex property is removed.
|
![]() | VertexRemovedEvent |
Event fired when a vertex is removed.
|
Interface | Description | |
---|---|---|
![]() | IEvent |
An event generated by changes to the graph.
|
![]() | IGraphChangedListener |
Interface for a listener to eventInnerTinkerGrapĥ change events.
Implementations of this interface should be added to the list of listeners on the addListener method on
the eventInnerTinkerGrapĥ.
|