Uses of Interface
edu.uci.ics.jung.graph.event.GraphEventListener
-
Packages that use GraphEventListener Package Description edu.uci.ics.jung.graph Interfaces for the JUNG graph types, and some representative implementations. -
-
Uses of GraphEventListener in edu.uci.ics.jung.graph
Fields in edu.uci.ics.jung.graph with type parameters of type GraphEventListener Modifier and Type Field Description (package private) java.util.List<GraphEventListener<V,E>>
ObservableGraph. listenerList
Methods in edu.uci.ics.jung.graph with parameters of type GraphEventListener Modifier and Type Method Description void
ObservableGraph. addGraphEventListener(GraphEventListener<V,E> l)
Addsl
as a listener to this graph.void
ObservableGraph. removeGraphEventListener(GraphEventListener<V,E> l)
Removesl
as a listener to this graph.
-