| Interface | Description |
|---|---|
| BeanListener |
Extension point that provides for notification of lifecycle events in the bean configuration process.
|
| Class | Description |
|---|---|
| BeanEvent | |
| BeanListenerSupport | |
| ConfiguredBeanEvent |
Event triggered when a configured bean has been instantiated and fully configured but right before the bean has been
initialized.
|
| DestroyedBeanEvent |
Event triggered when a configured bean has been destroyed.
|
| InitializedBeanEvent |
Event triggered when a configured bean has been instantiated, fully configured and initialized.
|
| InstantiatedBeanEvent |
Event triggered when a configured bean has been instantiated but before it is configured or initialized.
|
| LoggingBeanEventListener |
A stock bean listener implementation that logs all BeanEvents as TRACE log statements.
|
Copyright © 2004-2016 The Apache Software Foundation. All Rights Reserved.