| Package | Description | 
|---|---|
| org.jgrapht.event | 
 Event classes and listener interfaces, used to provide a change
notification mechanism on graph modification events. 
 | 
| Modifier and Type | Class and 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. 
 | 
Copyright © 2016. All rights reserved.