AbstractApplicationEventRegistrar

ApplicationEventRegistrar 的基础抽象实现。

Author

ForteScarlet

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun <H : ApplicationEventHandler> addEventHandler(stage: ApplicationLaunchStage<H>, handler: H)

添加一个 Application 启动事件。