Class UpdateAction

java.lang.Object
ch.autumo.ui.fx.controller.actions.BaseAction
ch.autumo.ui.fx.controller.actions.UpdateAction
All Implemented Interfaces:
Action

public class UpdateAction extends BaseAction
Update Check Action.
  • Constructor Details

    • UpdateAction

      public UpdateAction()
      Default constructor.
  • Method Details

    • execute

      public void execute()
      Description copied from interface: Action
      Execute the action.
      Specified by:
      execute in interface Action
      Specified by:
      execute in class BaseAction