|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ControllerResultListener
Base class for listeners that want to be informed about method results.
| Method Summary | |
|---|---|
void |
failed(Exception ex)
Work was interrupted by an exception. |
void |
progress(ProgressInfo progressInfo)
Controller signals progress. |
void |
started()
Controller started working. |
void |
succeded()
Controller finished work. |
| Method Detail |
|---|
void started()
void progress(ProgressInfo progressInfo)
progressInfo - Progress informations.void succeded()
void failed(Exception ex)
ex - Cause.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||