Interface Monitor.Listener<T>

  • Enclosing interface:
    Monitor<T>

    public static interface Monitor.Listener<T>
    • Method Detail

      • onStart

        void onStart()
      • onEvent

        void onEvent​(T msg)
      • onError

        void onError​(long code)
      • onClose

        void onClose()