org.openstreetmap.josm.actions.downloadtasks
Class DownloadOsmTaskList.PostDownloadProcessor

java.lang.Object
  extended by org.openstreetmap.josm.actions.downloadtasks.DownloadOsmTaskList.PostDownloadProcessor
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
DownloadOsmTaskList

 class DownloadOsmTaskList.PostDownloadProcessor
extends java.lang.Object
implements java.lang.Runnable


Constructor Summary
DownloadOsmTaskList.PostDownloadProcessor()
           
 
Method Summary
 void run()
          Grabs and displays the error messages after all download threads have finished.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DownloadOsmTaskList.PostDownloadProcessor

DownloadOsmTaskList.PostDownloadProcessor()
Method Detail

run

public void run()
Grabs and displays the error messages after all download threads have finished.

Specified by:
run in interface java.lang.Runnable


JOSM