Module com.iamsoft.util.ui
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 Summary
ConstructorsConstructorDescriptionCheckForUpdateEventHandler
(javafx.stage.Window pParent, String pApplicationId) CheckForUpdateEventHandler
(javafx.stage.Window pParent, String pApplicationId, javafx.stage.Modality pAlertModality) -
Method Summary
-
Constructor Details
-
CheckForUpdateEventHandler
-
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 interfacejavafx.event.EventHandler<javafx.event.ActionEvent>
-