Uses of Interface
org.apache.wicket.util.listener.ListenerCollection.INotifier
Packages that use ListenerCollection.INotifier
-
Uses of ListenerCollection.INotifier in org.apache.wicket.util.listener
Methods in org.apache.wicket.util.listener with parameters of type ListenerCollection.INotifierModifier and TypeMethodDescriptionprotected voidListenerCollection.notify(ListenerCollection.INotifier<T> notifier) Notifies each listener in thisprotected voidListenerCollection.notifyIgnoringExceptions(ListenerCollection.INotifier<T> notifier) Notifies each listener in this set ignoring exceptions.protected voidListenerCollection.reversedNotify(ListenerCollection.INotifier<T> notifier) Notifies each listener in this in reversed orderprotected voidListenerCollection.reversedNotifyIgnoringExceptions(ListenerCollection.INotifier<T> notifier) Notifies each listener in this set in reverse order ignoring exceptions