A - The action type.R - The result type.com.gwtplatform.dispatch.rpc.client.interceptor.AbstractRpcInterceptor@Deprecated public abstract class AbstractClientActionHandler<A,R> extends Object implements ClientActionHandler<A,R>
ClientActionHandler implementations that forces the action class to be passed
in as a constructor to the handler.| Modifier | Constructor and Description |
|---|---|
protected |
AbstractClientActionHandler(Class<A> actionType)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Class<A> |
getActionType()
Deprecated.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexecute, undopublic Class<A> getActionType()
getActionType in interface ClientActionHandler<A,R>Copyright © 2010–2015 Arcbees. All rights reserved.