|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.mlw.fball.event.ProgressEvent
Constructor Summary | |
ProgressEvent(int total)
|
|
ProgressEvent(int total,
int current)
|
Method Summary | |
int |
getCurrent()
|
int |
getTotal()
|
boolean |
isNew()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ProgressEvent(int total)
total
- public ProgressEvent(int total, int current)
current
- total
- Method Detail |
public boolean isNew()
public int getCurrent()
public int getTotal()
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |