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 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.eventModifier and TypeClassDescriptionstatic 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 GraphEventModifier and TypeMethodDescriptionvoid
GraphEventListener.handleGraphEvent
(GraphEvent<V, E> evt) Method called by the process generating a graph event to which this instance is listening.