Uses of Interface
cloud.opencode.base.event.dispatcher.EventDispatcher
Packages that use EventDispatcher
-
Uses of EventDispatcher in cloud.opencode.base.event
Methods in cloud.opencode.base.event with parameters of type EventDispatcherModifier and TypeMethodDescriptionOpenEvent.Builder.asyncDispatcher(EventDispatcher dispatcher) Set the async dispatcher 设置异步分发器OpenEvent.Builder.syncDispatcher(EventDispatcher dispatcher) Set the sync dispatcher 设置同步分发器 -
Uses of EventDispatcher in cloud.opencode.base.event.dispatcher
Classes in cloud.opencode.base.event.dispatcher that implement EventDispatcherModifier and TypeClassDescriptionclassAsynchronous Event Dispatcher 异步事件分发器classSynchronous Event Dispatcher 同步事件分发器