org.apache.wicket.application
Class ComponentOnConfigureListenerCollection

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

public class ComponentOnConfigureListenerCollection
extends ListenerCollection<IComponentOnConfigureListener>
implements IComponentOnConfigureListener

See Also:
Serialized Form

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

ComponentOnConfigureListenerCollection

public ComponentOnConfigureListenerCollection()
Method Detail

onConfigure

public void onConfigure(Component component)
Description copied from interface: IComponentOnConfigureListener
Called for every component after its Component#onConfigure() and Behavior.onConfigure(org.apache.wicket.Component) methods have been executed).

Specified by:
onConfigure in interface IComponentOnConfigureListener
Parameters:
component - the component that is being configured.


Copyright © 2006–2016 Apache Software Foundation. All rights reserved.