An abstraction of a User Interface application that is separated
into a foreground app and a background app. Currently, it is unused for JavaFX.
-
Method Summary
void
Initialize the application
default void
void
-
Method Details
-
init
Initialize the application
- Throws:
Exception
- an exception occurred
-
start
Start the application
- Throws:
Exception
- an exception occurred
-
stop
Stop the application
- Throws:
Exception
- an exception occurred