Class CheckForUpdateEventHandler

java.lang.Object
com.iamsoft.util.ui.javafx.help.action.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 Details

    • CheckForUpdateEventHandler

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

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

    • handle

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