SimpleEventDispatcherImpl
class SimpleEventDispatcherImpl(configuration: SimpleEventDispatcherConfiguration, interceptors: SimpleEventInterceptors) : SimpleEventDispatcher(source)
SimpleEventDispatcher 的简单实现
Author
ForteScarlet
Constructors
Link copied to clipboard
constructor(configuration: SimpleEventDispatcherConfiguration, interceptors: SimpleEventInterceptors)
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun register(propertiesConsumer: ConfigurerFunction<EventListenerRegistrationProperties>?, listener: EventListener): EventListenerRegistrationHandle