Interface ListenerCollection.INotifier<T>

  • Type Parameters:
    T -
    Enclosing class:
    ListenerCollection<T>

    protected static interface ListenerCollection.INotifier<T>
    Used to notify a listener. Usually this method simply forwards the notify(Object) to the proper method on the listener.
    Author:
    ivaynberg (Igor Vaynberg)
    • Method Detail

      • notify

        void notify​(T listener)