uk.ac.soton.ecs.iam.grid.comms.client.helpers
Interface InvocationListener

All Known Implementing Classes:
ConversationBrowser

public interface InvocationListener

A listener for remote method invocations. You can register listeners with your UserInputHandler.

Since:
5.1

Method Summary
 void invocationDone(Invocation invocation)
          SOAP call ended.
 void invocationStarted(Invocation invocation)
          SOAP call starting.
 

Method Detail

invocationStarted

void invocationStarted(Invocation invocation)
SOAP call starting. Called by Transport to indicate that a SOAP invocation is about to start. This can be used to display a 'busy' indicator.


invocationDone

void invocationDone(Invocation invocation)
SOAP call ended. Called by 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).



Copyright © 2001-2008 University of Southampton IT Innovation Centre. All Rights Reserved.