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
Methods in edu.uci.ics.jung.graph with parameters of type GraphEventListener Modifier and Type Method Description voidObservableGraph. addGraphEventListener(GraphEventListener<V,E> l)Addslas a listener to this graph.voidObservableGraph. removeGraphEventListener(GraphEventListener<V,E> l)Removeslas a listener to this graph.
-