public interface UserActionManager
| Modifier and Type | Method and Description |
|---|---|
void |
registerHandler(java.lang.String category,
java.lang.String action,
UserActionHandler handler)
Register a handler to the handler list of category/action, append to the last handler of same category/action.
|
void |
setHandler(java.lang.String category,
java.lang.String action,
UserActionHandler handler)
set a handler to the handler list of category/action, it will remove all other handlers in same category/action
|
void registerHandler(java.lang.String category,
java.lang.String action,
UserActionHandler handler)
category - the category of the handleraction - the action of the handlerhandler - the handlervoid setHandler(java.lang.String category,
java.lang.String action,
UserActionHandler handler)
category - the category of the handleraction - the action of the handlerhandler - the handlerCopyright © 2005-2010 Potix Corporation. All Rights Reserved.