|
||||||||||
| 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 | |
|---|---|
SOAPHeaderElement[] |
addHeadersForCall(StateRepository repos,
StorableInStateRepository proxy,
Method method)
|
void |
invocationDone(StorableInStateRepository object,
Method method)
SOAP call ended. |
void |
invocationStarted(StorableInStateRepository object,
Method method)
SOAP call starting. |
| Method Detail |
|---|
void invocationStarted(StorableInStateRepository object,
Method method)
RemoteResourceProxy to indicate that
a SOAP invocation is about to start. This can be used to display a 'busy' indicator.
void invocationDone(StorableInStateRepository object,
Method method)
RemoteResourceProxy 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.StorableInStateRepository, java.lang.reflect.Method).
SOAPHeaderElement[] addHeadersForCall(StateRepository repos,
StorableInStateRepository proxy,
Method method)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||