Uses of Class
edu.uci.ics.jung.graph.event.GraphEvent
-
Packages that use GraphEvent Package Description 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 Modifier and Type Method Description 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 Modifier and Type Class Description 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 Modifier and Type Method Description void
GraphEventListener. handleGraphEvent(GraphEvent<V,E> evt)
Method called by the process generating a graph event to which this instance is listening.
-