Uses of Interface
edu.uci.ics.jung.graph.event.GraphEventListener
Packages that use GraphEventListener
Package
Description
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 GraphEventListenerModifier and TypeMethodDescriptionvoid
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.