|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Dispatch
Method Summary | ||
---|---|---|
|
execute(A action)
Executes the specified action and returns the appropriate result. |
Method Detail |
---|
<A extends Action<R>,R extends Result> R execute(A action) throws ActionException
T
- The Result
type.action
- The Action
.
ActionException
- if the action execution failed.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |