AbstractApplicationEventRegistrar
ApplicationEventRegistrar 的基础抽象实现。
Author
ForteScarlet
Functions
Link copied to clipboard
open override fun <H : ApplicationEventHandler> addEventHandler(stage: ApplicationLaunchStage<H>, handler: H)
添加一个 Application 启动事件。
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.