org.globus.cog.abstraction.interfaces
Interface StatusListener

All Known Implementing Classes:
FileTransfer, FileTransferTaskHandler, TaskGraphHandlerImpl, TaskHandlerImpl

public interface StatusListener

This interface represents a listener that gets notified every time the the status of Taskchanges.


Method Summary
 void statusChanged(StatusEvent event)
           
 

Method Detail

statusChanged

public void statusChanged(StatusEvent event)