Side of Software
Wizard Library 1.6

sos.wizard
Class DefaultWizardModel.TransitionAdapter

java.lang.Object
  |
  +--sos.wizard.DefaultWizardModel.TransitionAdapter
All Implemented Interfaces:
DefaultWizardModel.Transition, java.io.Serializable
Enclosing class:
DefaultWizardModel

public abstract static class DefaultWizardModel.TransitionAdapter
extends java.lang.Object
implements DefaultWizardModel.Transition, java.io.Serializable

A convenience class that implements the Transition interface with empty methods.

Since:
1.0

Constructor Summary
DefaultWizardModel.TransitionAdapter()
           
 
Method Summary
 void stepBack()
          Applies this transition as a result of returning to the page in the backward direction.
 void stepNext()
          Applies this transition as a result of leaving the page in the forward direction.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultWizardModel.TransitionAdapter

public DefaultWizardModel.TransitionAdapter()
Method Detail

stepNext

public void stepNext()
Description copied from interface: DefaultWizardModel.Transition
Applies this transition as a result of leaving the page in the forward direction.

Specified by:
stepNext in interface DefaultWizardModel.Transition

stepBack

public void stepBack()
Description copied from interface: DefaultWizardModel.Transition
Applies this transition as a result of returning to the page in the backward direction.

Specified by:
stepBack in interface DefaultWizardModel.Transition

Side of Software
Wizard Library 1.6

Copyright 2004-07 Side of Software (SOS). All rights reserved.