Interface ExtendedBeanManager
-
- All Known Subinterfaces:
ExtendedBeanManager
public interface ExtendedBeanManagerThis 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 Classes Modifier and Type Interface Description static interfaceExtendedBeanManager.LifecycleListenerContract for things interested in receiving notifications of BeanManager lifecycle events.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidregisterLifecycleListener(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
-
-