org.apache.wicket.application
Class ComponentOnAfterRenderListenerCollection

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

public class ComponentOnAfterRenderListenerCollection
extends ListenerCollection<IComponentOnAfterRenderListener>
implements IComponentOnAfterRenderListener

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.wicket.util.listener.ListenerCollection
ListenerCollection.INotifier<T>
 
Constructor Summary
ComponentOnAfterRenderListenerCollection()
           
 
Method Summary
 void onAfterRender(Component component)
          Called right after the component was rendered.
 
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

ComponentOnAfterRenderListenerCollection

public ComponentOnAfterRenderListenerCollection()
Method Detail

onAfterRender

public void onAfterRender(Component component)
Description copied from interface: IComponentOnAfterRenderListener
Called right after the component was rendered.

Specified by:
onAfterRender in interface IComponentOnAfterRenderListener
Parameters:
component - the component that was just rendered


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