|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ThreadListener
Can be used to monitor Thread progress
Method Summary | |
---|---|
void |
notifyOfEvent(java.lang.Object o)
Called by the thread to notify clients of an event. |
void |
threadFinished(java.lang.Runnable r)
Called after the Thread finishes. |
void |
threadStarted(java.lang.Runnable r)
Fired when the thread first starts. |
Method Detail |
---|
void threadStarted(java.lang.Runnable r)
r
- void threadFinished(java.lang.Runnable r)
r
- void notifyOfEvent(java.lang.Object o)
o
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |