Uses of Class
net.clementraynaud.skoice.common.EventHandler
Packages that use EventHandler
-
Uses of EventHandler in net.clementraynaud.skoice.common
Methods in net.clementraynaud.skoice.common that return EventHandlerModifier and TypeMethodDescription<T extends SkoiceEvent>
EventHandler<T> Subscribes to a specific event type with a handler function.<T extends SkoiceEvent>
EventHandler<T> EventBus.subscribeCallback(Class<T> eventClass, EventCallback<T> callback) Subscribes to a specific event type with anEventCallback.