Package edu.uci.ics.jung.graph.event
package edu.uci.ics.jung.graph.event
Support for generating events in response to graph actions, especially mutations.
-
ClassDescriptionGraphEvent<V,
E> GraphEvent.Edge<V,E> An event type pertaining to graph edges.Types of graph events.GraphEvent.Vertex<V,E> An event type pertaining to graph vertices.GraphEventListener<V,E> An interface for classes that listen for graph events.