Uses of Interface
org.globus.cog.abstraction.interfaces.OutputListener

Packages that use OutputListener
org.globus.cog.abstraction.impl.common.task   
org.globus.cog.abstraction.interfaces   
 

Uses of OutputListener in org.globus.cog.abstraction.impl.common.task
 

Methods in org.globus.cog.abstraction.impl.common.task with parameters of type OutputListener
 void TaskImpl.addOutputListener(OutputListener listener)
           
 void TaskImpl.removeOutputListener(OutputListener listener)
           
 

Uses of OutputListener in org.globus.cog.abstraction.interfaces
 

Methods in org.globus.cog.abstraction.interfaces with parameters of type OutputListener
 void Task.addOutputListener(OutputListener listener)
          Adds a listener to recieve the output events associated with this Task.
 void Task.removeOutputListener(OutputListener listener)
          Removes the output listener.