|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ActionHandlerRegistry
| Method Summary | ||
|---|---|---|
void |
clearHandlers()
Clears all registered handlers from the registry. |
|
|
findHandler(A action)
Searches the registry and returns the first handler which supports the specied action, or null if none is available. |
|
| Method Detail |
|---|
<A extends Action<R>,R extends Result> ActionHandler<A,R> findHandler(A action)
null if none is available.
action - The action.
void clearHandlers()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||