org.apache.wicket.util.listener
Class ChangeListenerSet

java.lang.Object
  extended by org.apache.wicket.util.listener.ListenerCollection<IChangeListener>
      extended by org.apache.wicket.util.listener.ChangeListenerSet
All Implemented Interfaces:
java.io.Serializable, java.lang.Iterable<IChangeListener>

public final class ChangeListenerSet
extends ListenerCollection<IChangeListener>

Holds a set of IChangeListeners. Note that these classes are not meant to be serializable or for you to hold them in session (see WICKET-2697)

Author:
Jonathan Locke
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.wicket.util.listener.ListenerCollection
ListenerCollection.INotifier<T>
 
Constructor Summary
ChangeListenerSet()
           
 
Method Summary
protected  void notifyListener(IChangeListener listener)
           
 void notifyListeners()
           
 
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

ChangeListenerSet

public ChangeListenerSet()
Method Detail

notifyListener

protected void notifyListener(IChangeListener listener)

notifyListeners

public void notifyListeners()


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