@FunctionalInterface public interface EventHandler extends VanillaEventHandler
Modifier and Type | Method and Description |
---|---|
default void |
eventLoop(EventLoop eventLoop) |
default void |
loopFinished()
Notify handler that the eventLoop's loop has terminated and the handler's action method
will not be called again.
|
default @NotNull HandlerPriority |
priority() |
action
default void eventLoop(EventLoop eventLoop)
default void loopFinished()
@NotNull default @NotNull HandlerPriority priority()
Copyright © 2020. All rights reserved.