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 the notify(Object) to the proper method on the listener.

Author:
ivaynberg (Igor Vaynberg)

Method Summary
 void notify(T listener)
           
 

Method Detail

notify

void notify(T listener)


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.