Class CheckForUpdateEventHandler

  • All Implemented Interfaces:
    EventListener, javafx.event.EventHandler<javafx.event.ActionEvent>

    public class CheckForUpdateEventHandler
    extends Object
    implements javafx.event.EventHandler<javafx.event.ActionEvent>
    Check for auto-update.
    • Constructor Detail

      • CheckForUpdateEventHandler

        public CheckForUpdateEventHandler​(javafx.stage.Window pParent,
                                          String pApplicationId)
      • CheckForUpdateEventHandler

        public CheckForUpdateEventHandler​(javafx.stage.Window pParent,
                                          String pApplicationId,
                                          javafx.stage.Modality pAlertModality)
    • Method Detail

      • handle

        public void handle​(javafx.event.ActionEvent pEvt)
        Specified by:
        handle in interface javafx.event.EventHandler<javafx.event.ActionEvent>