JComponentPack 1.5.0

com.zfqjava.swing.event
Interface WizardListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
WizardAdapter

public interface WizardListener
extends EventListener

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

beforeNext

void beforeNext(WizardEvent e)
                throws ActionVetoException
Sent before the next page will show on the wizard page.

Parameters:
e - a WizardEvent encapsulating the event information
Throws:
ActionVetoException - if the current page can't change to next page.

afterNext

void afterNext(WizardEvent e)
Sent after the next page has shown on the wizard page.

Parameters:
e - a WizardEvent encapsulating the event information

beforeBack

void beforeBack(WizardEvent e)
                throws ActionVetoException
Sent before the previous page will show on the wizard page.

Parameters:
e - a WizardEvent encapsulating the event information
Throws:
ActionVetoException - if the current page can't change to previous page

afterBack

void afterBack(WizardEvent e)
Sent after the previous page has shown on the wizard page.

Parameters:
e - a WizardEvent encapsulating the event information

beforeFinish

void beforeFinish(WizardEvent e)
                  throws ActionVetoException
Sent before the finish action will perform.

Parameters:
e - a WizardEvent encapsulating the event information
Throws:
ActionVetoException - if the finish action cannot perform normally.

afterFinish

void afterFinish(WizardEvent e)
Sent after the finish button hit.

Parameters:
e - a WizardEvent encapsulating the event information

beforeCancel

void beforeCancel(WizardEvent e)
                  throws ActionVetoException
Sent before the cancel action will perform.

Parameters:
e - a WizardEvent encapsulating the event information
Throws:
ActionVetoException - if the cancel action cannot perform normally.

afterCancel

void afterCancel(WizardEvent e)
Sent after the cancel action has performed.

Parameters:
e - a WizardEvent encapsulating the event information

beforeHelp

void beforeHelp(WizardEvent e)
                throws ActionVetoException
Sent before the help action will perform.

Parameters:
e - a WizardEvent encapsulating the event information
Throws:
ActionVetoException - if the help action cannot perform normally.

afterHelp

void afterHelp(WizardEvent e)
Sent after the help button hit.

Parameters:
e - a WizardEvent encapsulating the event information

JComponentPack 1.5.0

Send your Feedback
JComponentPack 1.5.0
Copyright © 2001-2007 Extreme Component, Inc. All rights reserved.