|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BackgroundListener
The Event Handler listener for the BackgroundWorker. The various methods in this interface are called at various points in the processing of the background task.
| Method Summary | |
|---|---|
void |
doInBackground(BackgroundEvent evt)
Always called on a background thread. |
void |
done(BackgroundEvent evt)
Always called on the EDT when all background work as finished |
void |
process(BackgroundEvent evt)
Always called on the EDT. |
void |
started(BackgroundEvent evt)
Always called on the EDT right before the background task actually begins. |
| Method Detail |
|---|
void started(BackgroundEvent evt)
void doInBackground(BackgroundEvent evt)
void done(BackgroundEvent evt)
void process(BackgroundEvent evt)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||