org.globus.cog.abstraction.impl.execution.gt2
Class MultiJobListener

java.lang.Object
  extended byorg.globus.cog.abstraction.impl.execution.gt2.MultiJobListener
All Implemented Interfaces:
GramJobListener

public class MultiJobListener
extends Object
implements GramJobListener


Constructor Summary
MultiJobListener(Task task)
           
 
Method Summary
 void done()
           
 void failed(boolean value)
           
 void runningJob()
           
 void statusChanged(GramJob job)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultiJobListener

public MultiJobListener(Task task)
Method Detail

runningJob

public void runningJob()

failed

public void failed(boolean value)

done

public void done()

statusChanged

public void statusChanged(GramJob job)
Specified by:
statusChanged in interface GramJobListener