| Package | Description |
|---|---|
| com.google.gwt.dev.shell |
| Modifier and Type | Method and Description |
|---|---|
CheckForUpdates.UpdateResult |
CheckForUpdates.check()
Check for updates and log to the logger if they are available.
|
CheckForUpdates.UpdateResult |
CheckForUpdates.check(long minCheckMillis)
Check for updates and log to the logger if they are available.
|
| Modifier and Type | Method and Description |
|---|---|
static FutureTask<CheckForUpdates.UpdateResult> |
CheckForUpdates.checkForUpdatesInBackgroundThread(TreeLogger logger,
long minCheckMillis) |
| Modifier and Type | Method and Description |
|---|---|
static void |
CheckForUpdates.logUpdateAvailable(TreeLogger logger,
CheckForUpdates.UpdateResult result) |
| Modifier and Type | Method and Description |
|---|---|
static void |
CheckForUpdates.logUpdateAvailable(TreeLogger logger,
FutureTask<CheckForUpdates.UpdateResult> updater) |
Copyright © 2018. All rights reserved.