public static interface PlatformHook.NativeOsCallback
PlatformHook
.Modifier and Type | Method and Description |
---|---|
void |
handleAbout()
macOS: Called when JOSM is asked to show it's about dialog.
|
void |
handlePreferences()
macOS: Called when JOSM is asked to show it's preferences UI.
|
boolean |
handleQuitRequest()
macOS: Invoked when JOSM is asked to quit.
|
void |
openFiles(java.util.List<java.io.File> files)
macOS: Called when JOSM is asked to open a list of files.
|
void openFiles(java.util.List<java.io.File> files)
files
- list of files to openboolean handleQuitRequest()
true
if JOSM has been closed, false
if the user has cancelled the operation.void handleAbout()
void handlePreferences()