public class GwtHttpDispatchRequest extends Object implements DispatchRequest
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.Constructor and Description |
---|
GwtHttpDispatchRequest(Request request) |
public GwtHttpDispatchRequest(Request request)
public void cancel()
cancel
in interface DispatchRequest
public boolean isPending()
isPending
in interface DispatchRequest
Copyright © 2010–2014 Arcbees. All rights reserved.