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