Package org.hortonmachine.gui.utils
Interface GuiUtilities.IOnCloseListener
- All Known Implementing Classes:
SettingsController,SpatialtoolboxController,SshTesterController
- Enclosing class:
- GuiUtilities
public static interface GuiUtilities.IOnCloseListener
-
Method Summary
Modifier and Type Method Description booleancanCloseWithoutPrompt()voidonClose()
-
Method Details
-
onClose
void onClose() -
canCloseWithoutPrompt
boolean canCloseWithoutPrompt()
-