com.gwtplatform.dispatch.client
Class GwtHttpDispatchRequest
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GwtHttpDispatchRequest
public GwtHttpDispatchRequest(com.google.gwt.http.client.Request request)
cancel
public void cancel()
- Specified by:
cancel
in interface DispatchRequest
isPending
public boolean isPending()
- Specified by:
isPending
in interface DispatchRequest
Copyright © 2010-2013 JBoss by Red Hat. All Rights Reserved.