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, reversedNotifyIgnoringExceptions
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public ComponentOnAfterRenderListenerCollection()
public void onAfterRender(Component component)
IComponentOnAfterRenderListener
onAfterRender
in interface IComponentOnAfterRenderListener
component
- the component that was just renderedCopyright © 2006–2022 Apache Software Foundation. All rights reserved.