Tony CHEMIT pushed to branch master-9 at ultreiaio / ird-observe
Commits:
-
ae589667
by Tony Chemit at 2021-03-27T12:59:15+01:00
1 changed file:
Changes:
| ... | ... | @@ -226,12 +226,6 @@ public abstract class ContentUIHandler<U extends ContentUI> implements ObserveSe |
| 226 | 226 |
log.info(String.format("%s is opened.", prefix));
|
| 227 | 227 |
}
|
| 228 | 228 |
|
| 229 |
- public final void onOpenedUI() {
|
|
| 230 |
- log.info(String.format("%sOn opened ui", prefix));
|
|
| 231 |
- contentOpen.doOpened();
|
|
| 232 |
- log.info(String.format("%s is opened.", prefix));
|
|
| 233 |
- }
|
|
| 234 |
- |
|
| 235 | 229 |
public final boolean closeUI() {
|
| 236 | 230 |
log.info(String.format("%sClosing ui", prefix));
|
| 237 | 231 |
boolean closed = contentOpen.doClose();
|