|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Dispatch
Executes actions and returns the results.
| 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 DispatchException
T - The Result type.action - The Action.
DispatchException - if the action execution failed.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||