net.bioclipse.xws.client.listeners
Interface ICommandListener

All Known Subinterfaces:
IExecuteListener, IProcessListener, IResultListener, ITerminateListener

public interface ICommandListener


Method Summary
 void onError(IProcess p, XwsException error, boolean terminated)
          A XMPP Service or remote process specific error occurred.
 void onIqError(IProcess p, XmppException error)
          A XMPP specific error occurred.
 

Method Detail

onIqError

void onIqError(IProcess p,
               XmppException error)
A XMPP specific error occurred.

Parameters:
p - The associated process.
error - The error.

onError

void onError(IProcess p,
             XwsException error,
             boolean terminated)
A XMPP Service or remote process specific error occurred. If the remote process was not terminated (deleted) the requester is responsible (!) for terminating (deleting) it later.

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