| Interface | Description |
|---|---|
| LifecycleListener |
To be notified of all application lifecycle events, register your class name
in the file: META-INF/services/oracle.adf.share.lifecycle.LifecycleListener
|
| Class | Description |
|---|---|
| LifecycleContext |
The context of the application involved in the lifecycle event.
|
| LifecycleManager |
Handle the lifecycle instance and listener management.
|
| Enum | Description |
|---|---|
| LifecycleContext.EventType |
An application has many transitions, and LifecycleListener provides
a way to insert code into those sequences.
|