Interface EventInterceptor<E extends Event<? extends Enum>>

    • Method Detail

      • onEvent

        void onEvent​(E event)
        Perform necessary processing of the specified Event.
        Parameters:
        event - the Event to be processed
        See Also:
        Event.nextInterceptor()