Uses of Class
edu.uci.ics.jung.graph.event.GraphEvent
Packages that use GraphEvent
Package
Description
Interfaces for the JUNG graph types, and some representative implementations.
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 GraphEventModifier and TypeMethodDescriptionprotected voidObservableGraph.fireGraphEvent(GraphEvent<V, E> evt) -
Uses of GraphEvent in edu.uci.ics.jung.graph.event
Subclasses of GraphEvent in edu.uci.ics.jung.graph.eventModifier and TypeClassDescriptionstatic classGraphEvent.Edge<V,E> An event type pertaining to graph edges.static classGraphEvent.Vertex<V,E> An event type pertaining to graph vertices.Methods in edu.uci.ics.jung.graph.event with parameters of type GraphEventModifier and TypeMethodDescriptionvoidGraphEventListener.handleGraphEvent(GraphEvent<V, E> evt) Method called by the process generating a graph event to which this instance is listening.