Simple Event Dispatcher Impl
class SimpleEventDispatcherImpl(configuration: SimpleEventDispatcherConfiguration, interceptors: SimpleEventInterceptors) : SimpleEventDispatcher
SimpleEventDispatcher 的简单实现
Author
ForteScarlet
Constructors
Link copied to clipboard
constructor(configuration: SimpleEventDispatcherConfiguration, interceptors: SimpleEventInterceptors)