Package edu.uci.ics.jung.graph.event
Class GraphEvent.Vertex<V,E>
java.lang.Object
edu.uci.ics.jung.graph.event.GraphEvent<V,E>
edu.uci.ics.jung.graph.event.GraphEvent.Vertex<V,E>
- Enclosing class:
GraphEvent<V,
E>
An event type pertaining to graph vertices.
-
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
-
vertex
-
-
Constructor Details
-
Vertex
Creates a graph event for the specified graph, vertex, and type.- Parameters:
source
- the graph whose event this istype
- the type of event this isvertex
- the vertex involved in this event
-
-
Method Details