Class EventLogController

  • All Implemented Interfaces:
    javafx.fxml.Initializable, SettingsOwner

    public final class EventLogController
    extends AbstractController
    A presenter over the EventLogger. There's not necessarily one in the app, it can be garbage collected and recreated. Each of these necessarily has a live UI component though.
    Since:
    6.0.0
    Author:
    Clément Fournier
    • Method Detail

      • beforeParentInit

        protected void beforeParentInit()
        Description copied from class: AbstractController
        Executed before the parent's initialization. Always executed once at the start of the initialization of this controller.
        Overrides:
        beforeParentInit in class AbstractController
      • showPopup

        public void showPopup()
      • hidePopup

        public void hidePopup()