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 ofBeanManager
lifecycle callbacks
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
ExtendedBeanManager.LifecycleListener
Contract for things interested in receiving notifications of BeanManager lifecycle events.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
registerLifecycleListener(ExtendedBeanManager.LifecycleListener lifecycleListener)
Register a BeanManager LifecycleListener
-
-
-
Method Detail
-
registerLifecycleListener
void registerLifecycleListener(ExtendedBeanManager.LifecycleListener lifecycleListener)
Register a BeanManager LifecycleListener- Parameters:
lifecycleListener
- The listener to register
-
-