|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectloci.formats.StatusEvent
public class StatusEvent
A event indicating a status update.
Field Summary | |
---|---|
protected int |
maximum
Current progress maximum. |
protected int |
progress
Current progress value. |
protected String |
status
Current status message. |
Constructor Summary | |
---|---|
StatusEvent(int progress,
int maximum,
String message)
Constructs a status event. |
|
StatusEvent(String message)
Constructs a status event. |
Method Summary | |
---|---|
int |
getProgressMaximum()
Gets progress maximum. |
int |
getProgressValue()
Gets progress value. |
String |
getStatusMessage()
Gets status message. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected int progress
protected int maximum
protected String status
Constructor Detail |
---|
public StatusEvent(String message)
public StatusEvent(int progress, int maximum, String message)
Method Detail |
---|
public int getProgressValue()
public int getProgressMaximum()
public String getStatusMessage()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |