net.bioclipse.xws.client.listeners
Interface IExecuteListener

All Superinterfaces:
ICommandListener, IResultListener
All Known Subinterfaces:
IProcessListener

public interface IExecuteListener
extends IResultListener, ICommandListener


Method Summary
 void onExecuting(IProcess p)
          The remote process was started.
 void onFinished(IProcess p)
          The remote process finished and the result (output) is available for retrieval.
 
Methods inherited from interface net.bioclipse.xws.client.listeners.IResultListener
onResult
 
Methods inherited from interface net.bioclipse.xws.client.listeners.ICommandListener
onError, onIqError
 

Method Detail

onExecuting

void onExecuting(IProcess p)
The remote process was started.

Parameters:
p - The associated process.

onFinished

void onFinished(IProcess p)
The remote process finished and the result (output) is available for retrieval.

Parameters:
p - The associated process.