public interface Obtainable
| 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)
The obtained hook, invoked after the checked hook and before the
performed hook.
|
@ThreadInfo(value=WORKER) ObjectSelection obtained(ObjectSelection objectSelection)
If applicable, this hook is invoked on a dedicated worker thread by
default. Use the annotation ThreadInfo to control which thread
this method is invoked on.
objectSelection - the obtained object selection@ThreadInfo(value=WORKER) ClientContext contextHook(ClientContext clientContext)
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.
clientContext - the application's client contextCopyright © 2006–2020 Esito AS. All rights reserved.