public static interface Application.Component
| Modifier and Type | Interface and Description |
|---|---|
static class |
Application.Component.LifecycleState |
| Modifier and Type | Method and Description |
|---|---|
void |
shutdown(Application application)
This should be called only once, and should be the last call on this
Component.
|
void |
startup(Application application,
ComponentStartupStatus ss)
This should be called only once, and should be the first call on this
Component.
|
void startup(Application application, ComponentStartupStatus ss)
void shutdown(Application application)
Copyright © 2016. All rights reserved.