|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface InvocationListener
A listener for remote method invocations.
You can register listeners with your UserInputHandler.
| Method Summary | |
|---|---|
void |
invocationDone(Invocation invocation)
SOAP call ended. |
void |
invocationStarted(Invocation invocation)
SOAP call starting. |
| Method Detail |
|---|
void invocationStarted(Invocation invocation)
Transport to indicate that
a SOAP invocation is about to start. This can be used to display a 'busy' indicator.
void invocationDone(Invocation invocation)
Transport to indicate that
a SOAP invocation has finished. This can be used to hide the 'busy' indicator
set by invocationStarted(uk.ac.soton.ecs.iam.grid.comms.client.helpers.Invocation).
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||