Module java.desktop

Interface QuitResponse

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and TypeMethodDescription
      voidcancelQuit()
      Notifies the external quit requester that the user has explicitly canceled the pending quit, and leaves the application running.
      voidperformQuit()
      Notifies the external quit requester that the quit will proceed, and performs the default QuitStrategy.
    • Method Detail

      • performQuit

        void performQuit()
        Notifies the external quit requester that the quit will proceed, and performs the default QuitStrategy.
      • cancelQuit

        void cancelQuit()
        Notifies the external quit requester that the user has explicitly canceled the pending quit, and leaves the application running. Note: this will cancel a pending log-out, restart, or shutdown.

微信小程序

微信扫一扫体验

微信公众账号

微信扫一扫加关注

发表
评论
返回
顶部