Interface | Description |
---|---|
ActionHandler<A extends Action<R>,R extends Result> |
Instances of this interface will handle specific types of
Action classes. |
Class | Description |
---|---|
AbstractActionHandler<A extends Action<R>,R extends Result> |
Simple abstract super-class for
ActionHandler implementations that forces the Action class to be
passed in as a constructor to the handler. |
ActionResult<A extends Action<R>,R extends Result> | |
BatchActionHandler |
This handles
BatchAction requests, which are a set of multiple actions that need to all be executed
successfully in sequence for the whole action to succeed. |
TestActionHandler |
Copyright © 2010–2014 Arcbees. All rights reserved.