client.gui
Class ProgressData

java.lang.Object
  extended by client.gui.ProgressData

public class ProgressData
extends java.lang.Object


Constructor Summary
ProgressData(long millis, long amount)
          Creates a new instance of ProgressData
 
Method Summary
 long getMilliseconds()
           
 long getTranferred()
           
 void setMilliseconds(long milliseconds)
           
 void setTranferred(long tranferred)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProgressData

public ProgressData(long millis,
                    long amount)
Creates a new instance of ProgressData

Method Detail

getMilliseconds

public long getMilliseconds()

setMilliseconds

public void setMilliseconds(long milliseconds)

getTranferred

public long getTranferred()

setTranferred

public void setTranferred(long tranferred)