V - The return type of this actionpublic class CheckableAction<V> extends G9Action<V>
| Modifier and Type | Field and Description |
|---|---|
protected Callable<Void> |
checking
The checking state, invokes the check task, the hook and returns the
result
|
actionTask, CANCELLED, hookInvoker| Modifier | Constructor and Description |
|---|---|
protected |
CheckableAction(ActionType actionType,
ActionTarget actionTarget,
ActionTask<V> actionTask,
Class<V> resultClass,
DialogController dialogController)
Constructs a new checkable g9 action.
|
| Modifier and Type | Method and Description |
|---|---|
V |
call()
Performs the action and invokes hooks.
|
protected void |
setActionHookList(ActionHookList<V> actionHookList)
Sets the list of action hooks to be used by this action.
|
cancel, cleanUpHook, getActionHookList, getActionSetupValue, getActionTarget, getActionTask, getActionType, getApplicationController, getController, getCurrentInstanceList, getDialogController, getEvent, getFlag, getHookInvoker, getLog, getMessageUtil, getResultClas, getResultClass, getThreadType, hasHook, isCancelled, isInvokeHooksOn, setActionSetupValue, setEvent, setFlag, setLog, shouldInvokeHook, toStringprotected CheckableAction(ActionType actionType, ActionTarget actionTarget, ActionTask<V> actionTask, Class<V> resultClass, DialogController dialogController)
actionType - the action typeactionTarget - the action targetactionTask - the callable implementing the action taskresultClass - the target class *dialogController - the dialog controller that initiated this actionprotected void setActionHookList(ActionHookList<V> actionHookList)
G9ActionsetActionHookList in class G9Action<V>actionHookList - the action hook list of this actionCopyright © 2006–2020 Esito AS. All rights reserved.