|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface InstanceActionHandlerRegistry
This is a subclass of ActionHandlerRegistry which allows registration
of handlers by passing in the handler instance directly.
| Method Summary | |
|---|---|
void |
addHandler(ActionHandler<?,?> handler)
Adds the specified handler instance to the registry. |
boolean |
removeHandler(ActionHandler<?,?> handler)
Removes the specified handler. |
| Methods inherited from interface net.customware.gwt.dispatch.server.ActionHandlerRegistry |
|---|
clearHandlers, findHandler |
| Method Detail |
|---|
void addHandler(ActionHandler<?,?> handler)
handler - The action handler.boolean removeHandler(ActionHandler<?,?> handler)
handler - The handler.
true if the handler was previously registered and
was successfully removed.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||