Package org.apache.wicket.ajax
Class AjaxRequestTargetListenerCollection
- java.lang.Object
-
- org.apache.wicket.util.listener.ListenerCollection<AjaxRequestTarget.IListener>
-
- org.apache.wicket.ajax.AjaxRequestTargetListenerCollection
-
- All Implemented Interfaces:
Serializable
,Iterable<AjaxRequestTarget.IListener>
public class AjaxRequestTargetListenerCollection extends ListenerCollection<AjaxRequestTarget.IListener>
A collection ofAjaxRequestTarget.IListener
s- Since:
- 1.5
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.wicket.util.listener.ListenerCollection
ListenerCollection.INotifier<T>
-
-
Constructor Summary
Constructors Constructor Description AjaxRequestTargetListenerCollection()
-
Method Summary
-
Methods inherited from class org.apache.wicket.util.listener.ListenerCollection
add, isAllowingDuplicates, isAllowingNulls, iterator, notify, notifyIgnoringExceptions, remove, reversedNotify, reversedNotifyIgnoringExceptions
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Constructor Detail
-
AjaxRequestTargetListenerCollection
public AjaxRequestTargetListenerCollection()
-
-