Package org.luwrain.core
Interface MonoApp
-
- All Superinterfaces:
Application
- All Known Implementing Classes:
App
,ControlPanelApp
public interface MonoApp extends Application
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
MonoApp.Result
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MonoApp.Result
onMonoAppSecondInstance(Application app)
-
Methods inherited from interface org.luwrain.core.Application
closeApp, getAppName, getAreaLayout, onLaunchApp
-
-
-
-
Method Detail
-
onMonoAppSecondInstance
MonoApp.Result onMonoAppSecondInstance(Application app)
-
-