GWTP Dispatch client 0.7-redhat-1

com.gwtplatform.dispatch.client
Class GwtHttpDispatchRequest

java.lang.Object
  extended by com.gwtplatform.dispatch.client.GwtHttpDispatchRequest
All Implemented Interfaces:
DispatchRequest

public class GwtHttpDispatchRequest
extends Object
implements DispatchRequest

An implementation of DispatchRequest that is an adapter for Request.

If the code that requested the command to be executed chooses to cancel the DispatchRequest and the Request that has been passed is still pending, it will be cancelled.

Author:
Christian Goudreau, Brendan Doherty

Constructor Summary
GwtHttpDispatchRequest(com.google.gwt.http.client.Request request)
           
 
Method Summary
 void cancel()
           
 boolean isPending()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GwtHttpDispatchRequest

public GwtHttpDispatchRequest(com.google.gwt.http.client.Request request)
Method Detail

cancel

public void cancel()
Specified by:
cancel in interface DispatchRequest

isPending

public boolean isPending()
Specified by:
isPending in interface DispatchRequest

GWTP Dispatch client 0.7-redhat-1

Copyright © 2010-2013 JBoss by Red Hat. All Rights Reserved.