@FunctionalInterface public interface IComponentInitializationListener
Modifier and Type | Method and Description |
---|---|
void |
onInitialize(Component component)
Called for every component after its Component#onInitialize method has been executed.
|
void onInitialize(Component component)
component
- the component that is being instantiated.Copyright © 2006–2022 Apache Software Foundation. All rights reserved.