net.bioclipse.xws.client.listeners
Interface IResultListener

All Superinterfaces:
ICommandListener
All Known Subinterfaces:
IExecuteListener, IProcessListener

public interface IResultListener
extends ICommandListener


Method Summary
 void onResult(IProcess p, org.w3c.dom.Element output, boolean terminated)
          The result (output) of the remote process was received.
 
Methods inherited from interface net.bioclipse.xws.client.listeners.ICommandListener
onError, onIqError
 

Method Detail

onResult

void onResult(IProcess p,
              org.w3c.dom.Element output,
              boolean terminated)
The result (output) of the remote process was received. If the remote process was not terminated (deleted) the requester is responsible (!) for terminating (deleting) it later.

Parameters:
p - The associated process.
output - The output XML element as Element.
terminated - true if the remote process was terminated (deleted). false if the requester is responsible for terminating (deleting) it.