org.globus.cog.gridface.impl.util
Class RemoteToTempFile.FinishListener

java.lang.Object
  extended byorg.globus.cog.gridface.impl.util.RemoteToTempFile.FinishListener
All Implemented Interfaces:
StatusListener
Enclosing class:
RemoteToTempFile

public static class RemoteToTempFile.FinishListener
extends Object
implements StatusListener


Field Summary
 Action DEFAULT_ERROR
           
 
Constructor Summary
RemoteToTempFile.FinishListener(GridCommand task, Action completed)
           
RemoteToTempFile.FinishListener(GridCommand task, Action completed, Action error)
           
 
Method Summary
 void statusChanged(StatusEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_ERROR

public final Action DEFAULT_ERROR
Constructor Detail

RemoteToTempFile.FinishListener

public RemoteToTempFile.FinishListener(GridCommand task,
                                       Action completed)

RemoteToTempFile.FinishListener

public RemoteToTempFile.FinishListener(GridCommand task,
                                       Action completed,
                                       Action error)
Method Detail

statusChanged

public void statusChanged(StatusEvent event)
Specified by:
statusChanged in interface StatusListener