Interface ConfigBeanListener

  • All Known Implementing Classes:
    PendingConfigBeans

    @Contract
    public interface ConfigBeanListener
    Listens to config bean creation.
    Author:
    Jerome Dochez
    • 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