Uses of Interface
edu.uci.ics.jung.graph.event.GraphEventListener

Packages that use GraphEventListener
edu.uci.ics.jung.graph Specifies the interfaces for and capabilities of the JUNG vertex, edge, and graph classes. 
edu.uci.ics.jung.graph.event   
edu.uci.ics.jung.graph.impl Implementations of the JUNG vertex, edge, and graph interfaces. 
edu.uci.ics.jung.utils Provides a series of useful utility methods, and a number of custom helper classes designed specifically for this application. 
test.edu.uci.ics.jung.graph.event   
 

Uses of GraphEventListener in edu.uci.ics.jung.graph
 

Methods in edu.uci.ics.jung.graph with parameters of type GraphEventListener
 void ArchetypeGraph.addListener(GraphEventListener gel, GraphEventType get)
          Tells the graph to add gel as a listener for changes in the graph structure
 void ArchetypeGraph.removeListener(GraphEventListener gel, GraphEventType get)
          Tells the graph to remove gel as a listener for changes in the graph structure
 

Uses of GraphEventListener in edu.uci.ics.jung.graph.event
 

Methods in edu.uci.ics.jung.graph.event with parameters of type GraphEventListener
 void GraphListenerHandler.addListener(GraphEventListener gel, GraphEventType get)
           
 void GraphListenerHandler.removeListener(GraphEventListener gel, GraphEventType get)
           
 

Uses of GraphEventListener in edu.uci.ics.jung.graph.impl
 

Methods in edu.uci.ics.jung.graph.impl with parameters of type GraphEventListener
 void AbstractArchetypeGraph.addListener(GraphEventListener gel, GraphEventType get)
           
 void AbstractArchetypeGraph.removeListener(GraphEventListener gel, GraphEventType get)
           
 

Uses of GraphEventListener in edu.uci.ics.jung.utils
 

Classes in edu.uci.ics.jung.utils that implement GraphEventListener
 class SubsetManager
          A class which allows users to create and maintain Predicate-specified vertex and edge subsets.
 

Uses of GraphEventListener in test.edu.uci.ics.jung.graph.event
 

Classes in test.edu.uci.ics.jung.graph.event that implement GraphEventListener
 class TestGraphEventListener.EventConsistencyChecker