public interface Displayable
| Modifier and Type | Method and Description |
|---|---|
void |
cleared()
The cleared hook.
|
void |
displayed()
The displayed hook.
|
@ThreadInfo(value=WORKER) void cleared()
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.
@ThreadInfo(value=WORKER) void displayed()
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.
Copyright © 2006–2017 Esito AS. All rights reserved.