public class ComponentInitializationListenerCollection extends ListenerCollection<IComponentInitializationListener> implements IComponentInitializationListener
ListenerCollection.INotifier<T>| 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, reversedNotifyIgnoringExceptionspublic ComponentInitializationListenerCollection()
public void onInitialize(Component component)
IComponentInitializationListeneronInitialize in interface IComponentInitializationListenercomponent - the component that is being instantiated.Copyright © 2006–2014 Apache Software Foundation. All rights reserved.