gov.nasa.worldwind.retrieve
Class Progress
java.lang.Object
gov.nasa.worldwind.retrieve.Progress
public class Progress
- extends Object
Stores progress information.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Progress
public Progress()
getCurrentCount
public int getCurrentCount()
getCurrentSize
public long getCurrentSize()
getLastUpdateTime
public long getLastUpdateTime()
getStartTime
public long getStartTime()
getTotalCount
public int getTotalCount()
getTotalSize
public long getTotalSize()
setCurrentCount
public void setCurrentCount(int count)
setCurrentSize
public void setCurrentSize(long size)
setLastUpdateTime
public void setLastUpdateTime(long time)
setStartTime
public void setStartTime(long time)
setTotalCount
public void setTotalCount(int count)
setTotalSize
public void setTotalSize(long size)