ApplicationEventRegistrar
Application 事件注册器。
Author
ForteScarlet
Inheritors
Functions
Link copied to clipboard
abstract fun <H : ApplicationEventHandler> addEventHandler(stage: ApplicationLaunchStage<H>, handler: H)
添加一个 Application 启动事件。
Inherited functions
Link copied to clipboard
Add a handler for ApplicationLaunchStage.Cancelled.
Link copied to clipboard
Add a handler for ApplicationLaunchStage.Launch.
Link copied to clipboard
Add a handler for ApplicationLaunchStage.RequestCancel.