Interface IUpdateService

All Known Implementing Classes:
UpdateService

public interface IUpdateService
  • Method Details

    • init

      void init()
    • checkForUpdates

      void checkForUpdates()
    • isNewVersionAvailable

      boolean isNewVersionAvailable()
    • getLatestVersion

      String getLatestVersion()
    • getDownloadUrl

      String getDownloadUrl()
    • stop

      void stop()