T - The action target class type.public abstract class DisplayableHookAdapter<T> extends ObtainableHookAdapter<T> implements Displayable
| Constructor and Description |
|---|
DisplayableHookAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
cleared()
The cleared hook.
|
void |
displayed()
The displayed hook.
|
contextHook, obtainedcheckedcancelAction, cancelled, failed, finished, getApplicationController, initialized, performed, succeededgetCurrentAction, getEvent, toStringpublic void cleared()
DisplayableIf 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.
cleared in interface Displayablepublic void displayed()
DisplayableIf 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.
displayed in interface DisplayableCopyright © 2006–2017 Esito AS. All rights reserved.