|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WizardMonitor
Monitor that often delegates to logging packages, but can be extended for more useful monitoring.
Method Summary | |
---|---|
void |
onBack(WizardPage src)
Fired when back id is pressed on a wizard page. |
void |
onCancel(WizardPage src)
Fired when the cancel button is pressed on a wizard page. |
void |
onEnterPage(WizardPage src)
Debugging event for when a page is fired. |
void |
onError(WizardPage src,
Throwable error)
Fired when an error occurs while processing the wizard page. |
void |
onFinish(WizardPage src)
Fired when the finish button is pressed on a wizard page. |
void |
onForward(WizardPage src)
Fired when forward id pressed on a wizard page. |
Method Detail |
---|
void onEnterPage(WizardPage src)
src
- the source of the event.void onForward(WizardPage src)
src
- the source page.void onBack(WizardPage src)
src
- the page source.void onFinish(WizardPage src)
src
- the page source.void onCancel(WizardPage src)
src
- the source of the event.void onError(WizardPage src, Throwable error)
src
- the source of the event.error
- the Exeception.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |