Interface Container.Listener

  • All Known Subinterfaces:
    Container.InheritedListener
    All Known Implementing Classes:
    MBeanContainer
    Enclosing interface:
    Container

    @Deprecated
    public static interface Container.Listener
    Deprecated.
    This api is not supported anymore. Please do not use it.
    A listener for Container events. If an added bean implements this interface it will receive the events for this container.
    • Method Detail

      • beanAdded

        void beanAdded​(Container parent,
                       java.lang.Object child)
        Deprecated.
      • beanRemoved

        void beanRemoved​(Container parent,
                         java.lang.Object child)
        Deprecated.