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) |
| Modifier and Type | Method and Description |
|---|---|
Class<A> |
getActionType() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexecute, undoCopyright © 2010–2014 Arcbees. All rights reserved.