AbstractActionHandler.@Deprecated public abstract class AbstractActionHandler<A extends Action<R>,R extends Result> extends Object implements ActionHandler<A,R>
ActionHandler implementations that
forces the Action class to be passed in as a constructor to the
handler. It's arguable if this is any simpler than just implementing the
ActionHandler and its getActionType() directly.| Constructor and Description |
|---|
AbstractActionHandler(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 ActionHandler<A extends Action<R>,R extends Result>Action supported by this handler.Copyright © 2010–2014 Arcbees. All rights reserved.