|
||||||||||
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.StatsEvent
public class StatsEvent
StatsEvent Wrapps giFT-protocol statistics
Constructor Summary | |
---|---|
StatsEvent(java.lang.String protocol)
Constructor for StatsEvent. |
Method Summary | |
---|---|
long |
getFiles()
Returns the files. |
java.lang.String |
getProtocol()
Returns the protocol. |
float |
getSize()
Returns the size. |
long |
getUsers()
Returns the users. |
void |
setFiles(long files)
Sets the files. |
void |
setSize(float size)
Sets the size. |
void |
setUsers(long users)
Sets the users. |
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 StatsEvent(java.lang.String protocol)
protocol
- Method Detail |
---|
public void setFiles(long files)
files
- The files to setpublic long getFiles()
public java.lang.String getProtocol()
public void setSize(float size)
size
- The size to setpublic float getSize()
public void setUsers(long users)
users
- The users to setpublic long getUsers()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |