Interface CompositeComponentListener

    • Method Detail

      • childComponentAdded

        void childComponentAdded​(ComponentEvent childComponentEvent)
        Called when a child component is added to a composite component.
        Parameters:
        childComponentEvent - The event indicating the added child component and the target parent composite component.
      • childComponentRemoved

        void childComponentRemoved​(ComponentEvent childComponentEvent)
        Called when a child component is removed from a composite component.
        Parameters:
        childComponentEvent - The event indicating the removed child component and the target parent composite component.