com.phoenixst.plexus
public interface ObservableGraph extends Graph
Graph
which can be listened to for structural
changes.
Since: 1.0
Version: $Revision: 1.2 $
Method Summary | |
---|---|
void | addGraphListener(GraphListener listener)
Adds the specified GraphListener which will be
notified whenever this ObservableGraph's
structure changes. |
void | removeGraphListener(GraphListener listener)
Removes a previously added GraphListener . |
GraphListener
which will be
notified whenever this ObservableGraph's
structure changes.GraphListener
.