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, reversedNotifyIgnoringExceptionspublic ComponentOnBeforeRenderListenerCollection()
public void onBeforeRender(Component component)
IComponentOnBeforeRenderListeneronBeforeRender in interface IComponentOnBeforeRenderListenercomponent - the component that is about to be renderedCopyright © 2006–2021 Apache Software Foundation. All rights reserved.