| Package | Description |
|---|---|
| no.g9.client.core.action |
Package containing the g9 action classes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Hookable.cancelled()
The canceled hook, invoked if the action is canceled before or during the
execution of the action.
|
Boolean |
CheckableHookAdapter.checked(Boolean checkResult)
Hook method invoked when an action is finished checking the dialog.
|
void |
Displayable.cleared()
The cleared hook.
|
ClientContext |
Obtainable.contextHook(ClientContext clientContext)
The client context hook, invoked after the obtained hook and before the
performed hook.
|
void |
Displayable.displayed()
The displayed hook.
|
Message |
Hookable.failed(Throwable cause,
Message message)
The failed hook, invoked if an exception is raised during the execution
of the action.
|
void |
Hookable.finished()
This finished hook, unconditionally invoked as the last method in an
action life cycle.
|
void |
Hookable.initialized()
The initialized hook.
|
ObjectSelection |
Obtainable.obtained(ObjectSelection objectSelection)
The obtained hook, invoked after the checked hook and before the
performed hook.
|
void |
Hookable.performed(T result)
The performed hook, invoked after
Hookable.initialized() unless the
action has failed or the action is canceled. |
void |
Hookable.succeeded()
The succeeded hook, invoked after
Hookable.performed(Object) unless the
action failed or the action was canceled. |
Copyright © 2006–2020 Esito AS. All rights reserved.