|
|||||||||
| Home >> All >> com >> barteo >> emulator >> app >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.barteo.emulator.app.util
Class ProgressEvent

java.lang.Objectcom.barteo.emulator.app.util.ProgressEvent
- public class ProgressEvent
- extends java.lang.Object
| Field Summary | |
(package private) int |
current
|
(package private) int |
max
|
| Constructor Summary | |
ProgressEvent()
|
|
| Method Summary | |
int |
getCurrent()
|
int |
getMax()
|
void |
setCurrent(int current)
|
void |
setMax(int max)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
current
int current
max
int max
| Constructor Detail |
ProgressEvent
public ProgressEvent()
| Method Detail |
getCurrent
public int getCurrent()
setCurrent
public void setCurrent(int current)
getMax
public int getMax()
setMax
public void setMax(int max)
|
|||||||||
| Home >> All >> com >> barteo >> emulator >> app >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.barteo.emulator.app.util.ProgressEvent