Package app.supernaut

Interface ForegroundApp


public interface ForegroundApp
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

    Modifier and Type
    Method
    Description
    void
    Initialize the application
    default void
    Start the application
    void
    Stop the application