Interface EventSourceListener<E>


  • public interface EventSourceListener<E>
    • Method Detail

      • onEvent

        void onEvent​(E event,
                     java.lang.Object source)