public interface EventHandler<E extends ArkEvent> extends PriorityOrdered
DEFAULT_PRECEDENCE, HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE| Modifier and Type | Method and Description |
|---|---|
void |
handleEvent(E event)
Called by the
EventAdminService service to notify the listener of an
event. |
getPriorityvoid handleEvent(E event)
EventAdminService service to notify the listener of an
event.event - The event that occurred.Copyright © 2024. All rights reserved.