public class ComponentInitializationListenerCollection extends org.apache.wicket.util.listener.ListenerCollection<IComponentInitializationListener> implements IComponentInitializationListener
| Constructor and Description |
|---|
ComponentInitializationListenerCollection() |
| Modifier and Type | Method and Description |
|---|---|
void |
onInitialize(Component component)
Called for every component after its Component#onInitialize method has been executed.
|
add, isAllowingDuplicates, isAllowingNulls, iterator, notify, notifyIgnoringExceptions, remove, reversedNotify, reversedNotifyIgnoringExceptionsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic ComponentInitializationListenerCollection()
public void onInitialize(Component component)
IComponentInitializationListeneronInitialize in interface IComponentInitializationListenercomponent - the component that is being instantiated.Copyright © 2006–2018 Apache Software Foundation. All rights reserved.