Package globus.glmap
Class GLMapDownloadTask
java.lang.Object
globus.glmap.GLMapDownloadTask
GLMapDownloadTask downloads map and extracts it at the same time-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanTrue if task is cancelled.final intDataSet of taskintDownloaded number of bytesError of task.final GLMapInfoMap of taskServer IDfloatSpeed of data transferintTotal number of bytes to download -
Method Summary
-
Field Details
-
map
Map of task -
dataSet
public final int dataSetDataSet of task -
error
Error of task. Becomes valid after task is finished. -
cancelled
public boolean cancelledTrue if task is cancelled. Becomes valid after task is finished. -
speed
public float speedSpeed of data transfer -
serverID
Server ID -
total
public int totalTotal number of bytes to download -
downloaded
public int downloadedDownloaded number of bytes
-
-
Method Details
-
cancel
public void cancel()Cancels task.
-