|
JComponentPack 1.5.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WizardListener
WizardListener
| Method Summary | |
|---|---|
void |
afterBack(WizardEvent e)
Sent after the previous page has shown on the wizard page. |
void |
afterCancel(WizardEvent e)
Sent after the cancel action has performed. |
void |
afterFinish(WizardEvent e)
Sent after the finish button hit. |
void |
afterHelp(WizardEvent e)
Sent after the help button hit. |
void |
afterNext(WizardEvent e)
Sent after the next page has shown on the wizard page. |
void |
beforeBack(WizardEvent e)
Sent before the previous page will show on the wizard page. |
void |
beforeCancel(WizardEvent e)
Sent before the cancel action will perform. |
void |
beforeFinish(WizardEvent e)
Sent before the finish action will perform. |
void |
beforeHelp(WizardEvent e)
Sent before the help action will perform. |
void |
beforeNext(WizardEvent e)
Sent before the next page will show on the wizard page. |
| Method Detail |
|---|
void beforeNext(WizardEvent e)
throws ActionVetoException
e - a WizardEvent encapsulating the event
information
ActionVetoException - if the current page can't
change to next page.void afterNext(WizardEvent e)
e - a WizardEvent encapsulating the event
information
void beforeBack(WizardEvent e)
throws ActionVetoException
e - a WizardEvent encapsulating the event
information
ActionVetoException - if the current page can't
change to previous pagevoid afterBack(WizardEvent e)
e - a WizardEvent encapsulating the event
information
void beforeFinish(WizardEvent e)
throws ActionVetoException
e - a WizardEvent encapsulating the event
information
ActionVetoException - if the finish action cannot
perform normally.void afterFinish(WizardEvent e)
e - a WizardEvent encapsulating the event
information
void beforeCancel(WizardEvent e)
throws ActionVetoException
e - a WizardEvent encapsulating the event
information
ActionVetoException - if the cancel action cannot
perform normally.void afterCancel(WizardEvent e)
e - a WizardEvent encapsulating the event
information
void beforeHelp(WizardEvent e)
throws ActionVetoException
e - a WizardEvent encapsulating the event
information
ActionVetoException - if the help action cannot
perform normally.void afterHelp(WizardEvent e)
e - a WizardEvent encapsulating the event
information
|
JComponentPack 1.5.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||