Package org.glassfish.config.support
Interface ConfigBeanListener
-
@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<org.jvnet.hk2.config.ConfigBean> bean)Notification that a new config beans has entered the configuration tree.
-