Interface AppStartedCallback


public interface AppStartedCallback
Callback for AppService.whenAppStarted().
Since:
1.0
Version:
2024-05-08
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called when the selected Application has been started.
  • Method Details

    • onAppStart

      void onAppStart(Application<?> app)
      Called when the selected Application has been started. The application is fully loaded and ready for use. This is called after Application.started() returns.