Interface IBaseController

All Known Implementing Classes:
BaseController, MainController, MoodChartController, MoodPopupController

public interface IBaseController
Interface for base controllers in the application.
  • Method Summary

    Modifier and Type
    Method
    Description
    javafx.stage.Stage
     
    void
     
    void
    onMount(Runnable callback)
     
  • Method Details

    • getStage

      javafx.stage.Stage getStage()
    • onMount

      void onMount(Runnable callback)
    • initStage

      void initStage()