|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IResultListener
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 |
---|
void onResult(IProcess p, org.w3c.dom.Element output, boolean terminated)
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |