|
JComponentPack 1.5.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WizardPage
This interface can be implements by a wizard page panel to get the action notification.
| Method Summary | |
|---|---|
void |
afterAction(JWizardPane wizardPane,
WizardAction action)
Invoked after the action has been executed |
void |
beforeAction(JWizardPane wizardPane,
WizardAction action)
Invoked before the action will execute |
| Method Detail |
|---|
void beforeAction(JWizardPane wizardPane,
WizardAction action)
throws ActionVetoException
action -
Exception - to prevent the action processed
ActionVetoException
void afterAction(JWizardPane wizardPane,
WizardAction action)
action -
|
JComponentPack 1.5.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||