Uses of Interface
org.apache.wicket.util.listener.ListenerCollection.INotifier

Packages that use ListenerCollection.INotifier
org.apache.wicket.util.listener Listener/ Observer utilities. 
 

Uses of ListenerCollection.INotifier in org.apache.wicket.util.listener
 

Methods in org.apache.wicket.util.listener with parameters of type ListenerCollection.INotifier
protected  void ListenerCollection.notify(ListenerCollection.INotifier<T> notifier)
          Notifies each listener in this
protected  void ListenerCollection.notifyIgnoringExceptions(ListenerCollection.INotifier<T> notifier)
          Notifies each listener in this set ignoring exceptions.
 



Copyright © 2004-2010 Apache Software Foundation. All Rights Reserved.