A
- The action type.R
- The result type.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) |
Modifier and Type | Method and Description |
---|---|
Class<A> |
getActionType() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
execute, undo
public Class<A> getActionType()
getActionType
in interface ClientActionHandler<A,R>
Copyright © 2010–2014 Arcbees. All rights reserved.