Interface Listener<E>


  • public interface Listener<E>
    A listener interface that can receive notifications.
    • Method Detail

      • notify

        void notify​(E event)