public interface CheckForUpdatesProvider
Check for Updates feature, for example in About dialog.
An instance of the provider should be installed in the default lookup using ServiceProvider.| Modifier and Type | Method and Description |
|---|---|
String |
getContentDescription()
A description of content of enable Update Centers, assuming returns something like 7.1 patch1.
|
boolean |
notifyAvailableUpdates(boolean reload)
Runs a check for updates.
|
boolean |
openCheckForUpdatesWizard(boolean reload)
Opens a wizard for installation of updates if found some available.
|
boolean openCheckForUpdatesWizard(boolean reload)
reload - if true then reload the content from all enabled Update Centerstrue if all updates were successfully installed, false otherwise.boolean notifyAvailableUpdates(boolean reload)
reload - if true then reload the content from all enabled Update Centerstrue if updates are available and users will be notified
in the status line, false if no updates found.String getContentDescription()
null