Uses of Class
org.jgrapht.event.GraphChangeEvent
-
Packages that use GraphChangeEvent Package Description org.jgrapht.event Event classes and listener interfaces, used to provide a change notification mechanism on graph modification events.org.jgrapht.graph Implementations of various graphs. -
-
Uses of GraphChangeEvent in org.jgrapht.event
Subclasses of GraphChangeEvent in org.jgrapht.event Modifier and Type Class Description class
GraphEdgeChangeEvent<V,E>
An event which indicates that a graph edge has changed, or is about to change.class
GraphVertexChangeEvent<V>
An event which indicates that a graph vertex has changed, or is about to change. -
Uses of GraphChangeEvent in org.jgrapht.graph
Subclasses of GraphChangeEvent in org.jgrapht.graph Modifier and Type Class Description private static class
DefaultListenableGraph.FlyweightEdgeEvent<VV,EE>
A reuseable edge event.private static class
DefaultListenableGraph.FlyweightVertexEvent<VV>
A reuseable vertex event.
-