Interface EventListener<E>


  • public interface EventListener<E>
    • Method Detail

      • onEvent

        void onEvent​(E event)