Interface ConfigBeanListener


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

    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 Details

    • 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