Interface ConfigBeanListener


  • @Contract
    public interface ConfigBeanListener
    Listens to config bean creation.
    Author:
    Jerome Dochez
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void onEntered​(org.glassfish.hk2.api.ActiveDescriptor<org.jvnet.hk2.config.ConfigBean> bean)
      Notification that a new config beans has entered the configuration tree.
    • Method Detail

      • onEntered

        void onEntered​(org.glassfish.hk2.api.ActiveDescriptor<org.jvnet.hk2.config.ConfigBean> bean)
        Notification that a new config beans has entered the configuration tree.
        Parameters:
        bean - the new config bean