Uses of Interface
org.apache.wicket.util.listener.ListenerCollection.INotifier
-
Packages that use ListenerCollection.INotifier Package Description 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 Modifier and Type Method Description protected 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
-