public class ComponentOnBeforeRenderListenerCollection extends ListenerCollection<IComponentOnBeforeRenderListener> implements IComponentOnBeforeRenderListener
ListenerCollection.INotifier<T>
Constructor and Description |
---|
ComponentOnBeforeRenderListenerCollection() |
Modifier and Type | Method and Description |
---|---|
void |
onBeforeRender(Component component)
Called when the component is about to be rendered
|
add, isAllowingDuplicates, isAllowingNulls, iterator, notify, notifyIgnoringExceptions, remove, reversedNotify, reversedNotifyIgnoringExceptions
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public ComponentOnBeforeRenderListenerCollection()
public void onBeforeRender(Component component)
IComponentOnBeforeRenderListener
onBeforeRender
in interface IComponentOnBeforeRenderListener
component
- the component that is about to be renderedCopyright © 2006–2022 Apache Software Foundation. All rights reserved.