Module java.desktop

Interface ComponentListener

    • Method Detail

      • componentResized

        void componentResized​(ComponentEvent e)
        Invoked when the component's size changes.
        Parameters:
        e - the event to be processed
      • componentMoved

        void componentMoved​(ComponentEvent e)
        Invoked when the component's position changes.
        Parameters:
        e - the event to be processed
      • componentShown

        void componentShown​(ComponentEvent e)
        Invoked when the component has been made visible.
        Parameters:
        e - the event to be processed
      • componentHidden

        void componentHidden​(ComponentEvent e)
        Invoked when the component has been made invisible.
        Parameters:
        e - the event to be processed