T - the target type of the hookpublic abstract class ObtainableHookAdapter<T> extends CheckableHookAdapter<T> implements Obtainable
| Constructor and Description |
|---|
ObtainableHookAdapter() |
| Modifier and Type | Method and Description |
|---|---|
ClientContext |
contextHook(ClientContext clientContext)
The client context hook, invoked after the obtained hook and before the
performed hook.
|
ObjectSelection |
obtained(ObjectSelection objectSelection)
Default implementation of the obtained method.
|
checkedcancelAction, cancelled, failed, finished, getApplicationController, initialized, performed, succeededgetCurrentAction, getEvent, toStringpublic ObjectSelection obtained(ObjectSelection objectSelection)
obtained in interface ObtainableobjectSelection - the obtained object selectionpublic ClientContext contextHook(ClientContext clientContext)
Obtainable
If applicable, this hook is invoked on a dedicated worker by default. Use
the annotation ThreadInfo to control which thread this method is
invoked on.
contextHook in interface ObtainableclientContext - the application's client contextCopyright © 2006–2017 Esito AS. All rights reserved.