| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GraphEvent | |
|---|---|
| edu.uci.ics.jung.graph | Interfaces for the JUNG graph types, and some representative implementations. | 
| edu.uci.ics.jung.graph.event | Support for generating events in response to graph actions, especially mutations. | 
| Uses of GraphEvent in edu.uci.ics.jung.graph | 
|---|
| Methods in edu.uci.ics.jung.graph with parameters of type GraphEvent | |
|---|---|
| protected  void | ObservableGraph.fireGraphEvent(GraphEvent<V,E> evt) | 
| Uses of GraphEvent in edu.uci.ics.jung.graph.event | 
|---|
| Subclasses of GraphEvent in edu.uci.ics.jung.graph.event | |
|---|---|
| static class | GraphEvent.Edge<V,E>An event type pertaining to graph edges. | 
| static class | GraphEvent.Vertex<V,E>An event type pertaining to graph vertices. | 
| Methods in edu.uci.ics.jung.graph.event with parameters of type GraphEvent | |
|---|---|
|  void | GraphEventListener.handleGraphEvent(GraphEvent<V,E> evt)Method called by the process generating a graph event to which this instance is listening. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||