|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--java.util.EventObject
|
+--harmonic.mz.event.ProgressEvent
These events are sent by ProgressManager when progress state has changed
| Field Summary | |
static int |
BLOCKING_END
Blocking operation ended |
static int |
BLOCKING_START
Blocking operation started |
static int |
THREAD_ADDED
Thread was added |
static int |
THREAD_CHANGED
Thread progress updated |
static int |
THREAD_REMOVED
Thread was removed |
| Fields inherited from class java.util.EventObject |
source |
| Constructor Summary | |
ProgressEvent(ProgressManager mgr,
int id,
java.lang.Thread thread)
Creates a ProgressEvent |
|
| Method Summary | |
int |
getID()
Return event id |
java.lang.Thread |
getThread()
Return thread progress pertains to |
| Methods inherited from class java.util.EventObject |
getSource, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final int THREAD_ADDED
public static final int THREAD_REMOVED
public static final int THREAD_CHANGED
public static final int BLOCKING_START
public static final int BLOCKING_END
| Constructor Detail |
public ProgressEvent(ProgressManager mgr,
int id,
java.lang.Thread thread)
| Method Detail |
public int getID()
public java.lang.Thread getThread()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||