Interface FormFocusListener

    • Method Detail

      • focusGained

        void focusGained​(FormFocusEvent e)
        This method gets called when a component this listener is registered at gaines focus.
        Parameters:
        e - the event object
      • focusLost

        void focusLost​(FormFocusEvent e)
        This method gets called when a component this listener is registered at loses focus.
        Parameters:
        e - the event object