Module java.desktop

Interface FocusListener

    • Method Detail

      • focusGained

        void focusGained​(FocusEvent e)
        Invoked when a component gains the keyboard focus.
        Parameters:
        e - the event to be processed
      • focusLost

        void focusLost​(FocusEvent e)
        Invoked when a component loses the keyboard focus.
        Parameters:
        e - the event to be processed

微信小程序

微信扫一扫体验

微信公众账号

微信扫一扫加关注

发表
评论
返回
顶部