JComponentPack 1.3.0

com.zfqjava.swing
Interface WizardPage


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

beforeAction

void beforeAction(JWizardPane wizardPane,
                  WizardAction action)
                  throws ActionVetoException
Invoked before the action will execute

Parameters:
action -
Throws:
Exception - to prevent the action processed
ActionVetoException

afterAction

void afterAction(JWizardPane wizardPane,
                 WizardAction action)
Invoked after the action has been executed

Parameters:
action -

JComponentPack 1.3.0

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