org.apache.wicket.application
Class ComponentOnBeforeRenderListenerCollection

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

public class ComponentOnBeforeRenderListenerCollection
extends ListenerCollection<IComponentOnBeforeRenderListener>
implements IComponentOnBeforeRenderListener

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.wicket.util.listener.ListenerCollection
ListenerCollection.INotifier<T>
 
Constructor Summary
ComponentOnBeforeRenderListenerCollection()
           
 
Method Summary
 void onBeforeRender(Component component)
          Called when the component is about to be 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

ComponentOnBeforeRenderListenerCollection

public ComponentOnBeforeRenderListenerCollection()
Method Detail

onBeforeRender

public void onBeforeRender(Component component)
Description copied from interface: IComponentOnBeforeRenderListener
Called when the component is about to be rendered

Specified by:
onBeforeRender in interface IComponentOnBeforeRenderListener
Parameters:
component - the component that is about to be rendered


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