AbstractApplicationEventRegistrar
ApplicationEventRegistrar 的基础抽象实现。
Author
ForteScarlet
Properties
Link copied to clipboard
protected open val events: MutableMap<ApplicationLaunchStage<*>, MutableList<ApplicationEventHandler>>
Functions
Link copied to clipboard
open override 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.