java.lang.Object
app.supernaut.fx.test.NoopBackgroundApp
- All Implemented Interfaces:
BackgroundApp
A Noop background app for testing
-
Constructor Details
-
NoopBackgroundApp
public NoopBackgroundApp()
-
-
Method Details
-
start
Description copied from interface:BackgroundApp
Override this to create your own background threads and do any longer-duration initialization or start network I/O, etc.- Specified by:
start
in interfaceBackgroundApp
-
stop
Description copied from interface:BackgroundApp
Override to get called when the application is stopping.- Specified by:
stop
in interfaceBackgroundApp
-