Uses of Class
com.ultikits.ultitools.events.EventBus
Packages that use EventBus
Package
Description
-
Uses of EventBus in com.ultikits.ultitools
Fields in com.ultikits.ultitools declared as EventBus -
Uses of EventBus in com.ultikits.ultitools.api
Methods in com.ultikits.ultitools.api that return EventBusModifier and TypeMethodDescriptionstatic EventBusUltiToolsAPI.getEventBus()Get the UltiTools EventBus for inter-plugin communication. -
Uses of EventBus in com.ultikits.ultitools.manager
Methods in com.ultikits.ultitools.manager with parameters of type EventBusModifier and TypeMethodDescriptionprivate voidPluginManager.registerModuleEventHandlers(EventBus eventBus, UltiToolsPlugin plugin, Object bean) Scan a bean for @ModuleEventHandler methods and register them with the EventBus.private voidPluginManager.registerModuleEventHandlersExternal(EventBus eventBus, String pluginName, Object bean) Scan a bean for @ModuleEventHandler methods and register them with EventBus for an external plugin.