Package edu.uci.ics.jung.graph.event

Support for generating events in response to graph actions, especially mutations.

See:
          Description

Interface Summary
GraphEventListener<V,E> An interface for classes that listen for graph events.
 

Class Summary
GraphEvent<V,E>  
GraphEvent.Edge<V,E> An event type pertaining to graph edges.
GraphEvent.Vertex<V,E> An event type pertaining to graph vertices.
 

Enum Summary
GraphEvent.Type Types of graph events.
 

Package edu.uci.ics.jung.graph.event Description

Support for generating events in response to graph actions, especially mutations.



Copyright © 2009. All Rights Reserved.