Module java.desktop
Package java.awt

Class Component.AccessibleAWTComponent.AccessibleAWTFocusHandler

    • Constructor Detail

      • AccessibleAWTFocusHandler

        protected AccessibleAWTFocusHandler​()
    • Method Detail

      • focusGained

        public void focusGained​(FocusEvent event)
        Description copied from interface: FocusListener
        Invoked when a component gains the keyboard focus.
        Specified by:
        focusGained in interface FocusListener
        Parameters:
        event - the event to be processed
      • focusLost

        public void focusLost​(FocusEvent event)
        Description copied from interface: FocusListener
        Invoked when a component loses the keyboard focus.
        Specified by:
        focusLost in interface FocusListener
        Parameters:
        event - the event to be processed