org.globus.cog.abstraction.interfaces
Interface OutputListener


public interface OutputListener

This interface represents a listener that gets notified every time the the contents of Task.getStdOutput() changes.


Method Summary
 void outputChanged(OutputEvent event)
           
 

Method Detail

outputChanged

public void outputChanged(OutputEvent event)