Interface MacUtils.QuitHandler

Enclosing class:
MacUtils

public static interface MacUtils.QuitHandler
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Invoked when the user has requested to quit the application.
  • Method Details

    • quitRequested

      boolean quitRequested()
      Invoked when the user has requested to quit the application.
      Returns:
      true if the quit should proceed.