org.apache.wicket.ajax
Class AjaxRequestTargetListenerCollection

java.lang.Object
  extended by org.apache.wicket.util.listener.ListenerCollection<AjaxRequestTarget.IListener>
      extended by org.apache.wicket.ajax.AjaxRequestTargetListenerCollection
All Implemented Interfaces:
java.io.Serializable, java.lang.Iterable<AjaxRequestTarget.IListener>

public class AjaxRequestTargetListenerCollection
extends ListenerCollection<AjaxRequestTarget.IListener>

A collection of AjaxRequestTarget.IListeners

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
AjaxRequestTargetListenerCollection()
           
 
Method Summary
 
Methods inherited from class org.apache.wicket.util.listener.ListenerCollection
add, isAllowingDuplicates, isAllowingNulls, iterator, notify, notifyIgnoringExceptions, remove, reversedNotify
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AjaxRequestTargetListenerCollection

public AjaxRequestTargetListenerCollection()


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