org.apache.wicket.application
Class ComponentInitializationListenerCollection

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

public class ComponentInitializationListenerCollection
extends ListenerCollection<IComponentInitializationListener>
implements IComponentInitializationListener

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.wicket.util.listener.ListenerCollection
ListenerCollection.INotifier<T>
 
Constructor Summary
ComponentInitializationListenerCollection()
           
 
Method Summary
 void onInitialize(Component component)
          Called for every component after its Component#onInitialize method has been executed.
 
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

ComponentInitializationListenerCollection

public ComponentInitializationListenerCollection()
Method Detail

onInitialize

public void onInitialize(Component component)
Description copied from interface: IComponentInitializationListener
Called for every component after its Component#onInitialize method has been executed.

Specified by:
onInitialize in interface IComponentInitializationListener
Parameters:
component - the component that is being instantiated.


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