public interface BeanFactoryListener
Modifier and Type | Method and Description |
---|---|
void |
beanCreated(RegistryBean registryBean)
Invoked when a registry bean is being created.
|
void |
beanInfoCreated(BeanInfo beanInfo)
Invoked when a bean info is being created.
|
void beanCreated(RegistryBean registryBean) throws CSAppFrameworkException
registryBean
- The created RegistryBean
instanceCSAppFrameworkException
- If an error occurs while executing this callvoid beanInfoCreated(BeanInfo beanInfo) throws CSAppFrameworkException
beanInfo
- The created BeanInfo
instanceCSAppFrameworkException
- If an error occurs while executing this call