com.gwtplatform.dispatch.client
Class CompletedDispatchRequest
java.lang.Object
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 ClientActionHandler
s
that do not perform any asynchronous processing.
- Author:
- Brendan Doherty
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CompletedDispatchRequest
public CompletedDispatchRequest()
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.