Interface CloseableUI
public interface CloseableUI
Place this contract on any handler of ui that need some check before closing.
Contract to close an ui.
- Since:
- 2.8
- Author:
- Tony Chemit - chemit@codelutin.com
-
Method Summary
Modifier and Type Method Description booleanquitUI()Try to quit UI.
-
Method Details
-
quitUI
boolean quitUI()Try to quit UI.- Returns:
trueif ui is safe to quit,falseotherwise (means must stay on it).
-