Module java.desktop

Interface ContainerListener

    • Method Detail

      • componentAdded

        void componentAdded​(ContainerEvent e)
        Invoked when a component has been added to the container.
        Parameters:
        e - the event to be processed
      • componentRemoved

        void componentRemoved​(ContainerEvent e)
        Invoked when a component has been removed from the container.
        Parameters:
        e - the event to be processed