org.globus.cog.abstraction.interfaces
Interface ChangeListener

All Known Implementing Classes:
TaskGraphHandlerImpl

public interface ChangeListener

This interface provides the semantics to listen to the changes made to the structure of a TaskGraphobject. For example, addition and removal of Task s to a TaskGraph is notified to objects implementing this interface.


Method Summary
 void graphChanged(ChangeEvent event)
           
 

Method Detail

graphChanged

public void graphChanged(ChangeEvent event)
                  throws Exception
Throws:
Exception