protected static class DependencyManager.DownloadFuture.DownloadRunnable extends SimpleRunnable
| Modifier and Type | Field and Description |
|---|---|
boolean |
didDownload |
boolean |
isDone |
RESTRICT_THREAD_USAGE| Constructor and Description |
|---|
DependencyManager.DownloadFuture.DownloadRunnable(java.lang.String url,
java.lang.String downloadPath,
IDownloadProvider provider) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Gets the name of the thread
|
void |
run()
Called by the thread to run this runnable
|
delay, disable, enable, equals, isCleaned, isEnabled, setTicking, start, toStringpublic DependencyManager.DownloadFuture.DownloadRunnable(java.lang.String url,
java.lang.String downloadPath,
IDownloadProvider provider)
public void run()
SimpleRunnablerun in interface java.lang.Runnablerun in class SimpleRunnablepublic java.lang.String getName()
SimpleRunnablegetName in class SimpleRunnable