com.valhalla.pluginmanager
Class PluginManager.DownloadListThread

java.lang.Object
  extended bycom.valhalla.pluginmanager.PluginManager.DownloadListThread
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
PluginManager

class PluginManager.DownloadListThread
extends java.lang.Object
implements java.lang.Runnable

Collects the list of available plugins in their versions


Constructor Summary
(package private) PluginManager.DownloadListThread()
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PluginManager.DownloadListThread

PluginManager.DownloadListThread()
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable