|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Threads report their progress to classes that implement this interface.
| Method Summary | |
void |
begin()
Called at the begining of processing for a give item. |
void |
beginUnit(java.lang.Object o)
|
void |
canceled()
Called at the if the thread has been interruped. |
void |
complete(java.lang.Object o)
Called when the thread task is complete. |
void |
endUnit(java.lang.Object o)
Called at the end of processing for a give item. |
javax.swing.ProgressMonitor |
getProgressMonitor()
|
| Method Detail |
public void complete(java.lang.Object o)
public void begin()
public void beginUnit(java.lang.Object o)
public void endUnit(java.lang.Object o)
public void canceled()
public javax.swing.ProgressMonitor getProgressMonitor()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||