Interface CloseableUI
-
public interface CloseableUIPlace 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanquitUI()Try to quit UI.
-