Package org.pepsoft.util
Interface MacUtils.QuitHandler
- Enclosing class:
- MacUtils
public static interface MacUtils.QuitHandler
-
Method Summary
Modifier and TypeMethodDescriptionbooleanInvoked 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:
trueif the quit should proceed.
-