Package org.glassfish.config.support
Interface ConfigBeanListener
-
- All Known Implementing Classes:
PendingConfigBeans
@Contract public interface ConfigBeanListenerListens to config bean creation.- Author:
- Jerome Dochez
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonEntered(org.glassfish.hk2.api.ActiveDescriptor<ConfigBean> bean)Notification that a new config beans has entered the configuration tree.
-
-
-
Method Detail
-
onEntered
void onEntered(org.glassfish.hk2.api.ActiveDescriptor<ConfigBean> bean)
Notification that a new config beans has entered the configuration tree.- Parameters:
bean- the new config bean
-
-