public class ComponentInstantiationListenerCollection extends ListenerCollection<IComponentInstantiationListener> implements IComponentInstantiationListener
ListenerCollection.INotifier<T>| 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, reversedNotifyIgnoringExceptionspublic ComponentInstantiationListenerCollection()
public void onInstantiation(Component component)
IComponentInstantiationListeneronInstantiation in interface IComponentInstantiationListenercomponent - the component that is being instantiated.Copyright © 2006–2021 Apache Software Foundation. All rights reserved.