application event area
Description
Notifies the start/end of the application.
Event
| Name | Definition name | Description |
|---|---|---|
| Event after application startup | onAfterStart | This event is notified after application is started. |
| Pre-application event | onBeforeQuit | This event is notified before the application is closed. |
Interfaces belonging to the area
| Name | Description |
|---|---|
| AfterStartEventParams | Parameter of the event after application startup. |
| BeforeQuitEventParams | Parameters of the pre-application event. |