org.apache.wicket
Class BehaviorInstantiationListenerCollection

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

public class BehaviorInstantiationListenerCollection
extends ListenerCollection<IBehaviorInstantiationListener>
implements IBehaviorInstantiationListener

ListenerCollection for IBehaviorInstantiationListeners

Author:
igor
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.wicket.util.listener.ListenerCollection
ListenerCollection.INotifier<T>
 
Constructor Summary
BehaviorInstantiationListenerCollection()
           
 
Method Summary
 void onInstantiation(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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BehaviorInstantiationListenerCollection

public BehaviorInstantiationListenerCollection()
Method Detail

onInstantiation

public void onInstantiation(Behavior behavior)
Description copied from interface: IBehaviorInstantiationListener
Called when a behavior instance is created

Specified by:
onInstantiation in interface IBehaviorInstantiationListener


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