GWTP Dispatch client 0.6-redhat-1

com.gwtplatform.dispatch.client
Class CompletedDispatchRequest

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

public class CompletedDispatchRequest
extends Object
implements DispatchRequest

An implementation of DispatchRequest that is always completed. It should be used with ClientActionHandlers that do not perform any asynchronous processing.

Author:
Brendan Doherty

Constructor Summary
CompletedDispatchRequest()
           
 
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

CompletedDispatchRequest

public CompletedDispatchRequest()
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.6-redhat-1

Copyright © 2010-2012 ArcBees. All Rights Reserved.