Interface EventListener<T>


  • public interface EventListener<T>
    • Method Detail

      • onData

        void onData​(T data)