java.lang.Object
org.apache.wicket.util.listener.ListenerCollection<IChangeListener<T>>
org.apache.wicket.util.listener.ChangeListenerSet<T>
- Type Parameters:
T-
- All Implemented Interfaces:
Serializable,Iterable<IChangeListener<T>>
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)
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.wicket.util.listener.ListenerCollection
ListenerCollection.INotifier<T> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidnotifyListeners(T t) Notifies all change listeners of a change intMethods inherited from class org.apache.wicket.util.listener.ListenerCollection
add, isAllowingDuplicates, isAllowingNulls, iterator, notify, notifyIgnoringExceptions, remove, reversedNotify, reversedNotifyIgnoringExceptionsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
ChangeListenerSet
public ChangeListenerSet()
-
-
Method Details
-
notifyListeners
Notifies all change listeners of a change int- Parameters:
t- the changed object
-