com.phoenixst.plexus

Interface ObservableGraph

public interface ObservableGraph extends Graph

A Graph which can be listened to for structural changes.

Since: 1.0

Version: $Revision: 1.2 $

Author: Ray A. Conner

Method Summary
voidaddGraphListener(GraphListener listener)
Adds the specified GraphListener which will be notified whenever this ObservableGraph's structure changes.
voidremoveGraphListener(GraphListener listener)
Removes a previously added GraphListener.

Method Detail

addGraphListener

public void addGraphListener(GraphListener listener)
Adds the specified GraphListener which will be notified whenever this ObservableGraph's structure changes.

removeGraphListener

public void removeGraphListener(GraphListener listener)
Removes a previously added GraphListener.
See the Plexus project home, hosted by SourceForge.
Copyright B) 1994-2006, by Phoenix Software Technologists, Inc. and others. All Rights Reserved. Use is subject to license terms.