Package org.apache.wicket.util.listener
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 thenotify(Object)
to the proper method on the listener.- Author:
- ivaynberg (Igor Vaynberg)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
notify(T listener)
-