Class NoopAppDelegate

java.lang.Object
app.supernaut.fx.test.NoopAppDelegate
All Implemented Interfaces:
ApplicationDelegate

public final class NoopAppDelegate extends Object implements ApplicationDelegate
No-op ApplicationDelegate which exits immediately (used for testing)
  • Constructor Details

  • Method Details

    • start

      public void start(javafx.stage.Stage primaryStage)
      Description copied from interface: ApplicationDelegate
      The main entry point for Supernaut.fx applications. Called from Application.start(Stage). At a minimum, you must implement this method.

      NOTE: This method is called on the JavaFX Application Thread.

      Specified by:
      start in interface ApplicationDelegate
      Parameters:
      primaryStage - the primary stage