Class CheckForUpdates

java.lang.Object
java.util.concurrent.FutureTask<V>
javafx.concurrent.Task<Void>
com.stream_pi.util.checkforupdates.CheckForUpdates
All Implemented Interfaces:
Runnable, Future<Void>, RunnableFuture<Void>, javafx.concurrent.Worker<Void>, javafx.event.EventTarget

public class CheckForUpdates extends javafx.concurrent.Task<Void>
Update checker class
  • Property Summary

    Properties inherited from class javafx.concurrent.Task

    exception, message, onCancelled, onFailed, onRunning, onScheduled, onSucceeded, progress, running, state, title, totalWork, value, workDone
  • Nested Class Summary

    Nested classes/interfaces inherited from interface javafx.concurrent.Worker

    javafx.concurrent.Worker.State
  • Constructor Summary

    Constructors
    Constructor
    Description
    CheckForUpdates​(javafx.scene.control.Button checkForUpdatesButton, PlatformType platformType, Version currentVersion, UpdateHyperlinkOnClick updateHyperlinkOnClick)
    Constructor to start Check For Updates
  • Method Summary

    Modifier and Type
    Method
    Description
    protected Void
     

    Methods inherited from class javafx.concurrent.Task

    addEventFilter, addEventHandler, buildEventDispatchChain, cancel, cancel, cancelled, exceptionProperty, failed, fireEvent, getException, getMessage, getOnCancelled, getOnFailed, getOnRunning, getOnScheduled, getOnSucceeded, getProgress, getState, getTitle, getTotalWork, getValue, getWorkDone, isRunning, messageProperty, onCancelledProperty, onFailedProperty, onRunningProperty, onScheduledProperty, onSucceededProperty, progressProperty, removeEventFilter, removeEventHandler, running, runningProperty, scheduled, setEventHandler, setOnCancelled, setOnFailed, setOnRunning, setOnScheduled, setOnSucceeded, stateProperty, succeeded, titleProperty, totalWorkProperty, updateMessage, updateProgress, updateProgress, updateTitle, updateValue, valueProperty, workDoneProperty

    Methods inherited from class java.util.concurrent.FutureTask

    done, get, get, isCancelled, isDone, run, runAndReset, set, setException, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • CheckForUpdates

      public CheckForUpdates(javafx.scene.control.Button checkForUpdatesButton, PlatformType platformType, Version currentVersion, UpdateHyperlinkOnClick updateHyperlinkOnClick)
      Constructor to start Check For Updates
      Parameters:
      checkForUpdatesButton - "Check For Updates" UI Button
      platformType - Platform Type
      currentVersion - Current Version of the Server/Client Application
      updateHyperlinkOnClick - Handler for aftermath of successful update check
  • Method Details

    • call

      protected Void call()
      Specified by:
      call in class javafx.concurrent.Task<Void>