Interface EventHandler<T>

  • Type Parameters:
    T - generic type of the event object

    public interface EventHandler<T>
    Handler of events.
    • Method Detail

      • handleEvent

        void handleEvent​(@Nonnull
                         T event)