ccc.client.gwt.core
Class GwtRequestExecutor

java.lang.Object
  extended by ccc.client.gwt.core.GwtRequestExecutor
All Implemented Interfaces:
RequestExecutor

public class GwtRequestExecutor
extends java.lang.Object
implements RequestExecutor

GWT implementation of the RequestExecutor interface.

Author:
Civic Computing Ltd.

Constructor Summary
GwtRequestExecutor()
           
 
Method Summary
 void invokeRequest(Request request)
          Send the specified request.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GwtRequestExecutor

public GwtRequestExecutor()
Method Detail

invokeRequest

public void invokeRequest(Request request)
Send the specified request.

Specified by:
invokeRequest in interface RequestExecutor
Parameters:
request - The request to send.


Copyright © 2010. All Rights Reserved.