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 Summary

    Modifier and Type
    Method
    Description
    void
    notify(T listener)
     
  • Method Details