|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.sdsc.mbt.util.StatusEvent
A status message container used by the Status class.
Status
,
Field Summary | |
int |
level
The message level. |
java.lang.String |
message
The message text. |
float |
percent
The progress percentage (0.0-1.0). |
int |
type
The message type. |
static int |
TYPE_OUTPUT
An output message type of event. |
static int |
TYPE_PROGRESS
A progress type of event. |
Constructor Summary | |
StatusEvent()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int TYPE_OUTPUT
public static final int TYPE_PROGRESS
public int type
public int level
public java.lang.String message
public float percent
Constructor Detail |
public StatusEvent()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |