Interface IContainerManagerListener

    • Method Detail

      • containerAdded

        void containerAdded​(IContainer container)
        Container added to the implementing IContainerManager.
        Parameters:
        container - the IContainer added. Will not be null.
      • containerRemoved

        void containerRemoved​(IContainer container)
        Container removed from the implementing IContainerManager.
        Parameters:
        container - the IContainer removed. Will not be null.