com.sun.jump.module.download |
|
Java Source File Name | Type | Comment |
JUMPDownloadDescriptor.java | Class | JUMPDownloadDescriptor contains the metadata associated with
any content that can be downloaded. |
JUMPDownloadDestination.java | Interface | JUMPDownloadDestination provides the interface to
receive the data that is downloaded by the JUMPDownloadAction .
The start() is called first before the download operation
and if not exceptions are thrown by the method, then the
receive() method is called one or more times as the
downloading of data happens. |
JUMPDownloader.java | Interface | JUMPDownloader encapsulates the logic of downloading
the application content using some download protocol. |
JUMPDownloadException.java | Class | JUMPDownloadException is thrown when the download action
does not perform successfully. |
JUMPDownloadModule.java | Interface | JUMPDownloadModule provides the ability to download
content. |
JUMPDownloadModuleFactory.java | Class | |
JUMPDownloadProgressListener.java | Interface | JUMPDownloadProgressListener allows a component to observe
the download progress. |