Uses of Class
org.jgrapht.event.GraphChangeEvent
Packages that use GraphChangeEvent
Package
Description
Event classes and listener interfaces, used to provide a change notification mechanism on graph
modification events.
-
Uses of GraphChangeEvent in org.jgrapht.event
Subclasses of GraphChangeEvent in org.jgrapht.eventModifier and TypeClassDescriptionclassGraphEdgeChangeEvent<V,E> An event which indicates that a graph edge has changed, or is about to change.classAn event which indicates that a graph vertex has changed, or is about to change.