|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.fuin.jmsmvc4swing.base.ControllerResultAdapter
public class ControllerResultAdapter
Receives controller results and does nothing by default. Can be overwritten to receive the events you're interested in.
| Constructor Summary | |
|---|---|
ControllerResultAdapter()
|
|
| 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ControllerResultAdapter()
| Method Detail |
|---|
public void started()
started in interface ControllerResultListenerpublic void progress(ProgressInfo progressInfo)
progress in interface ControllerResultListenerprogressInfo - Progress informations.public void failed(Exception ex)
failed in interface ControllerResultListenerex - Cause.public void succeded()
succeded in interface ControllerResultListener
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||