|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.mozilla.jrex.event.progress.StateChangeEventParam
The class wrapping the state change progress event parameters.
Constructor Summary | |
StateChangeEventParam(int stateFlags,
int status)
StateChangeEventParam constructor |
Method Summary | |
int |
getStateFlags()
Returns the state flags associated with the event. |
int |
getStatus()
Returns the status associated with the event. |
String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public StateChangeEventParam(int stateFlags, int status)
stateFlags
- state flags associated with the event.status
- status associated with the event.ProgressEventConstants
Method Detail |
public int getStateFlags()
public int getStatus()
public String toString()
toString
in class Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |