public class ComponentOnAfterRenderListenerCollection extends ListenerCollection<IComponentOnAfterRenderListener> implements IComponentOnAfterRenderListener
ListenerCollection.INotifier<T>| Constructor and Description |
|---|
ComponentOnAfterRenderListenerCollection() |
| Modifier and Type | Method and Description |
|---|---|
void |
onAfterRender(Component component)
Called right after the component was rendered.
|
add, isAllowingDuplicates, isAllowingNulls, iterator, notify, notifyIgnoringExceptions, remove, reversedNotify, reversedNotifyIgnoringExceptionspublic ComponentOnAfterRenderListenerCollection()
public void onAfterRender(Component component)
IComponentOnAfterRenderListeneronAfterRender in interface IComponentOnAfterRenderListenercomponent - the component that was just renderedCopyright © 2006–2014 Apache Software Foundation. All rights reserved.