Package io.keikai.ui.impl.ua
Class NilHandler
java.lang.Object
io.keikai.ui.impl.ua.NilHandler
- All Implemented Interfaces:
UserActionHandler
always disable and do nothing
- Since:
- 3.0.0
- Author:
- dennis
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanget the enabled state of this actionbooleanprocess(UserActionContext ctx) Handle the action.
-
Constructor Details
-
NilHandler
public NilHandler()
-
-
Method Details
-
isEnabled
Description copied from interface:UserActionHandlerget the enabled state of this action- Specified by:
isEnabledin interfaceUserActionHandler- Parameters:
book- current book, null if no book selectedsheet- current sheet, null if no sheet selected- Returns:
-
process
Description copied from interface:UserActionHandlerHandle the action.- Specified by:
processin interfaceUserActionHandler- Returns:
- true if the handler has processed and manager should ignore post process (if there is)
-