JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
SEARCH:
Package com.sk89q.worldedit.util.eventbus
package
com.sk89q.worldedit.util.eventbus
Class Summary
Class
Description
EventBus
Dispatches events to listeners, and provides ways for listeners to register themselves.
EventHandler
Event handler object for
EventBus
that is able to dispatch an event.
MethodEventHandler
Invokes a
Method
to dispatch an event.
Enum Class Summary
Enum Class
Description
EventHandler.Priority
Annotation Interfaces Summary
Annotation Interface
Description
Subscribe
Used to mark methods as event handlers.