public class ComponentInstantiationListenerCollection extends org.apache.wicket.util.listener.ListenerCollection<IComponentInstantiationListener> implements IComponentInstantiationListener
| Constructor and Description |
|---|
ComponentInstantiationListenerCollection() |
| Modifier and Type | Method and Description |
|---|---|
void |
onInstantiation(Component component)
Called for every component that is instantiated.
|
add, isAllowingDuplicates, isAllowingNulls, iterator, notify, notifyIgnoringExceptions, remove, reversedNotify, reversedNotifyIgnoringExceptionsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic ComponentInstantiationListenerCollection()
public void onInstantiation(Component component)
IComponentInstantiationListeneronInstantiation in interface IComponentInstantiationListenercomponent - the component that is being instantiated.Copyright © 2006–2018 Apache Software Foundation. All rights reserved.