|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.valhalla.pluginmanager.PluginDownloaderThread
Downloads plugins
Constructor Summary | |
PluginDownloaderThread(PluginManager manager,
java.util.ArrayList list)
Sets up the thread |
Method Summary | |
static double |
calculateSize(java.util.ArrayList list)
Gets the size of the selected plugins in an array |
void |
run()
Called by the enclosing Thread |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PluginDownloaderThread(PluginManager manager, java.util.ArrayList list)
manager
- the PluginManager that contains this threadlist
- the list of plugins to downloadMethod Detail |
public void run()
run
in interface java.lang.Runnable
public static double calculateSize(java.util.ArrayList list)
list
- the plugin list
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |