net.bioclipse.xws.client.listeners
Interface ITerminateListener

All Superinterfaces:
ICommandListener
All Known Subinterfaces:
IProcessListener

public interface ITerminateListener
extends ICommandListener


Method Summary
 void onTerminated(IProcess p)
          The remote process was terminated (deleted).
 
Methods inherited from interface net.bioclipse.xws.client.listeners.ICommandListener
onError, onIqError
 

Method Detail

onTerminated

void onTerminated(IProcess p)
The remote process was terminated (deleted).

Parameters:
p - The associated process.