@FunctionalInterface public interface IUnauthorizedComponentInstantiationListener
Modifier and Type | Method and Description |
---|---|
void |
onUnauthorizedInstantiation(Component component)
Called when an unauthorized component instantiation is about to take place (but before it
happens).
|
void onUnauthorizedInstantiation(Component component)
component
- The partially constructed component (only the id is guaranteed to be valid).IComponentInstantiationListener
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.