| Package | Description |
|---|---|
| no.g9.client.core.action |
Package containing the g9 action classes.
|
| no.g9.client.core.controller |
| Modifier and Type | Class and Description |
|---|---|
class |
ActionHookAdapter<T>
The action hook adapter offers an empty implementation of the basic hook
methods.
|
class |
CheckableHookAdapter<T> |
class |
DisplayableHookAdapter<T>
The hook adapter suitable for hooking on to displayable actions (e.g.
|
class |
ObtainableHookAdapter<T> |
| Modifier and Type | Method and Description |
|---|---|
List<ActionHook<T>> |
ActionHookList.getHooks() |
| Modifier and Type | Method and Description |
|---|---|
<T> void |
ActionFactory.registerHook(ActionTarget actionTarget,
ActionType actionType,
ActionHook<T> hook)
Registers a hook for the given target and type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ApplicationController.registerHook(ActionTarget actionTarget,
ActionType actionType,
ActionHook<?> hook)
Register the specified action hook
|
void |
DialogController.registerHook(ActionTarget actionTarget,
ActionType actionType,
ActionHook<?> hook)
Register the specified action hook.
|
Copyright © 2006–2020 Esito AS. All rights reserved.