Interface CustomObserver<T>


  • public interface CustomObserver<T>
    • Method Detail

      • notify

        void notify​(T event)