Class FxApplicationStartupEvent

java.lang.Object
io.quarkiverse.fx.FxApplicationStartupEvent

public final class FxApplicationStartupEvent extends Object
Event used to indicate that the FX Application is ready. Called before FxStartupEvent, and used to performs initializations before applicative code
  • Method Details

    • getApplication

      public javafx.application.Application getApplication()