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, toString
public DependencyManager.DownloadFuture.DownloadRunnable(java.lang.String url, java.lang.String downloadPath, IDownloadProvider provider)
public void run()
SimpleRunnable
run
in interface java.lang.Runnable
run
in class SimpleRunnable
public java.lang.String getName()
SimpleRunnable
getName
in class SimpleRunnable