Package edu.uci.ics.jung.graph.event
Class GraphEvent.Edge<V,E>
java.lang.Object
edu.uci.ics.jung.graph.event.GraphEvent<V,E>
edu.uci.ics.jung.graph.event.GraphEvent.Edge<V,E>
- Enclosing class:
GraphEvent<V,
E>
An event type pertaining to graph edges.
-
Nested Class Summary
Nested classes/interfaces inherited from class edu.uci.ics.jung.graph.event.GraphEvent
GraphEvent.Edge<V,
E>, GraphEvent.Type, GraphEvent.Vertex<V, E> -
Field Summary
FieldsFields inherited from class edu.uci.ics.jung.graph.event.GraphEvent
source, type
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class edu.uci.ics.jung.graph.event.GraphEvent
getSource, getType
-
Field Details
-
edge
-
-
Constructor Details
-
Edge
Creates a graph event for the specified graph, edge, and type.- Parameters:
source
- the graph whose event this istype
- the type of event this isedge
- the edge involved in this event
-
-
Method Details