|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.xnap.plugin.gift.net.event.Event org.xnap.plugin.gift.net.event.DownloadUpdatedEvent
public class DownloadUpdatedEvent
DownloadUpdatedEvent
Constructor Summary | |
---|---|
DownloadUpdatedEvent(GiFTDownloadContainer dc)
Constructor for DownloadUpdatedEvent. |
Method Summary | |
---|---|
GiFTDownloadContainer |
getDownloadContainer()
Returns the GiFTDownloadContainer. |
long |
getElapsed()
Returns the elapsed. |
java.lang.String |
getFilename()
Returns the filename. |
java.lang.String |
getHash()
Returns the hash. |
long |
getSize()
Returns the size. |
java.lang.String |
getState()
Returns the state. |
long |
getThroughput()
Returns the throughput. |
long |
getTransmit()
Returns the transmit. |
void |
setElapsed(long elapsed)
Sets the elapsed. |
void |
setFilename(java.lang.String filename)
Sets the filename. |
void |
setHash(java.lang.String hash)
Sets the hash. |
void |
setSize(long size)
Sets the size. |
void |
setState(java.lang.String state)
Sets the state. |
void |
setThroughput(long throughput)
Sets the throughput. |
void |
setTransmit(long transmit)
Sets the transmit. |
Methods inherited from class org.xnap.plugin.gift.net.event.Event |
---|
toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DownloadUpdatedEvent(GiFTDownloadContainer dc)
dc
- DOCUMENT ME!Method Detail |
---|
public GiFTDownloadContainer getDownloadContainer()
public void setElapsed(long elapsed)
elapsed
- The elapsed to setpublic long getElapsed()
public void setFilename(java.lang.String filename)
filename
- The filename to setpublic java.lang.String getFilename()
public void setHash(java.lang.String hash)
hash
- The hash to setpublic java.lang.String getHash()
public void setSize(long size)
size
- The size to setpublic long getSize()
public void setState(java.lang.String state)
state
- The state to setpublic java.lang.String getState()
public void setThroughput(long throughput)
throughput
- The throughput to setpublic long getThroughput()
public void setTransmit(long transmit)
transmit
- The transmit to setpublic long getTransmit()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |