Uses of Class
ca.corbett.extras.io.DownloadThread
Packages that use DownloadThread
Package
Description
Contains UI classes for the app-extensions code, most notably the ExtensionManagerDialog.
Contains utility classes for dealing with input and output operations.
Contains classes and utilities to support dynamic application and extension updates from one
or more configured remote sources.
-
Uses of DownloadThread in ca.corbett.extensions.ui
Methods in ca.corbett.extensions.ui with parameters of type DownloadThreadModifier and TypeMethodDescriptionvoidAvailableExtensionsPanel.VersionManifestDownloadListener.downloadComplete(DownloadThread thread, URL url, File result) voidAvailableExtensionsPanel.VersionManifestDownloadListener.downloadFailed(DownloadThread thread, URL url, String errorMsg) -
Uses of DownloadThread in ca.corbett.extras.io
Methods in ca.corbett.extras.io that return DownloadThreadModifier and TypeMethodDescriptionDownloadManager.createDownloadThread(URL url, File targetDir, DownloadListener listener) Creates and returns a DownloadThread suitable for executing the given download.Methods in ca.corbett.extras.io with parameters of type DownloadThreadModifier and TypeMethodDescriptionvoidDownloadAdapter.downloadBegins(DownloadThread thread, URL url) voidDownloadListener.downloadBegins(DownloadThread thread, URL url) voidDownloadAdapter.downloadComplete(DownloadThread thread, URL url, File result) voidDownloadListener.downloadComplete(DownloadThread thread, URL url, File result) voidDownloadAdapter.downloadFailed(DownloadThread thread, URL url, String errorMsg) voidDownloadListener.downloadFailed(DownloadThread thread, URL url, String errorMsg) voidDownloadAdapter.downloadProgress(DownloadThread thread, URL url, long bytesDownloaded, long totalBytesIfKnown) voidDownloadListener.downloadProgress(DownloadThread thread, URL url, long bytesDownloaded, long totalBytesIfKnown) -
Uses of DownloadThread in ca.corbett.updates
Methods in ca.corbett.updates with parameters of type DownloadThreadModifier and TypeMethodDescriptionvoidUpdateManager.PublicKeyDownloadListener.downloadComplete(DownloadThread thread, URL url, File result) voidUpdateManager.ScreenshotDownloadListener.downloadComplete(DownloadThread thread, URL url, File result) voidUpdateManager.VersionManifestDownloadListener.downloadComplete(DownloadThread thread, URL url, File result) voidUpdateManager.PublicKeyDownloadListener.downloadFailed(DownloadThread thread, URL url, String errorMsg) voidUpdateManager.ScreenshotDownloadListener.downloadFailed(DownloadThread thread, URL url, String errorMsg) voidUpdateManager.VersionManifestDownloadListener.downloadFailed(DownloadThread thread, URL url, String errorMsg)