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.
protected  void ListenerCollection.reversedNotify(ListenerCollection.INotifier<T> notifier)
          Notifies each listener in this in reversed order
protected  void ListenerCollection.reversedNotifyIgnoringExceptions(ListenerCollection.INotifier<T> notifier)
          Notifies each listener in this set in reverse order ignoring exceptions
 



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