public interface IUpdateService
| Modifier and Type | Method and Description |
|---|---|
void |
checkForUpdates() |
java.lang.String |
getDownloadUrl() |
java.lang.String |
getLatestVersion() |
void |
init() |
boolean |
isNewVersionAvailable() |
void |
stop() |