Class NoopBackgroundApp

java.lang.Object
app.supernaut.fx.test.NoopBackgroundApp
All Implemented Interfaces:
BackgroundApp

public class NoopBackgroundApp extends Object implements BackgroundApp
A Noop background app for testing
  • Constructor Details

  • Method Details

    • start

      public void 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 interface BackgroundApp
    • stop

      public void stop()
      Description copied from interface: BackgroundApp
      Override to get called when the application is stopping.
      Specified by:
      stop in interface BackgroundApp