Package org.apache.wicket
Class BehaviorInstantiationListenerCollection
- java.lang.Object
-
- org.apache.wicket.util.listener.ListenerCollection<IBehaviorInstantiationListener>
-
- org.apache.wicket.BehaviorInstantiationListenerCollection
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Iterable<IBehaviorInstantiationListener>,IBehaviorInstantiationListener
public class BehaviorInstantiationListenerCollection extends org.apache.wicket.util.listener.ListenerCollection<IBehaviorInstantiationListener> implements IBehaviorInstantiationListener
ListenerCollectionforIBehaviorInstantiationListeners- Author:
- igor
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BehaviorInstantiationListenerCollection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonInstantiation(Behavior behavior)Called when a behavior instance is created-
Methods inherited from class org.apache.wicket.util.listener.ListenerCollection
add, isAllowingDuplicates, isAllowingNulls, iterator, notify, notifyIgnoringExceptions, remove, reversedNotify, reversedNotifyIgnoringExceptions
-
-
-
-
Method Detail
-
onInstantiation
public void onInstantiation(Behavior behavior)
Description copied from interface:IBehaviorInstantiationListenerCalled when a behavior instance is created- Specified by:
onInstantiationin interfaceIBehaviorInstantiationListener
-
-