org.openstreetmap.josm.gui.layer
Class WMSLayer.PrecacheTask

java.lang.Object
  extended by org.openstreetmap.josm.gui.layer.WMSLayer.PrecacheTask
Enclosing class:
WMSLayer

public static class WMSLayer.PrecacheTask
extends java.lang.Object


Field Summary
private  boolean isCancelled
           
private  int processedCount
           
private  ProgressMonitor progressMonitor
           
private  int totalCount
           
 
Constructor Summary
WMSLayer.PrecacheTask(ProgressMonitor progressMonitor)
           
 
Method Summary
 void cancel()
           
 int getTotalCount()
           
(package private)  boolean isFinished()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

progressMonitor

private final ProgressMonitor progressMonitor

totalCount

private volatile int totalCount

processedCount

private volatile int processedCount

isCancelled

private volatile boolean isCancelled
Constructor Detail

WMSLayer.PrecacheTask

public WMSLayer.PrecacheTask(ProgressMonitor progressMonitor)
Method Detail

isFinished

boolean isFinished()

getTotalCount

public int getTotalCount()

cancel

public void cancel()


JOSM