net.ffxml.gwt.json.client
Interface JsonRpcRequestStateListener


public interface JsonRpcRequestStateListener


Method Summary
 void requestStateChanged(boolean requestRunning)
          Notifies the listener that the requestRunning state has changed.
 

Method Detail

requestStateChanged

void requestStateChanged(boolean requestRunning)
Notifies the listener that the requestRunning state has changed. requestRunning is true when there is at least one currently running request or false if there is no running request.

Parameters:
requestRunning -