Interface ExtendedBeanManager
public interface ExtendedBeanManager
This contract and the nested LifecycleListener contract represent the changes
we'd like to propose to the CDI spec. The idea being simply to allow contextual
registration of
BeanManager
lifecycle callbacks-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
Contract for things interested in receiving notifications of BeanManager lifecycle events. -
Method Summary
Modifier and TypeMethodDescriptionvoid
registerLifecycleListener
(ExtendedBeanManager.LifecycleListener lifecycleListener) Register a BeanManager LifecycleListener
-
Method Details
-
registerLifecycleListener
Register a BeanManager LifecycleListener- Parameters:
lifecycleListener
- The listener to register
-