juife
v0.1a

net.sf.juife.wizard
Class AbstractWizardModel

java.lang.Object
  extended by net.sf.juife.wizard.AbstractWizardModel
All Implemented Interfaces:
WizardModel
Direct Known Subclasses:
DefaultWizardModel

public abstract class AbstractWizardModel
extends java.lang.Object
implements WizardModel

This class provides a skeletal implementation of the WizardModel interface to minimize the effort required to implement this interface.


Constructor Summary
AbstractWizardModel()
           
 
Method Summary
 void addActionListener(java.awt.event.ActionListener l)
          Registers the specified ActionListener to be notified when the current page is changed.
protected  void fireActionPerformed()
          Notifies registered listeners that the current page has changed.
 void removeActionListener(java.awt.event.ActionListener l)
          Removes the specified listener.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.sf.juife.wizard.WizardModel
getCurrentPage, getCurrentStep, getSteps, hasLast, hasNext, hasPrevious, last, next, previous
 

Constructor Detail

AbstractWizardModel

public AbstractWizardModel()
Method Detail

addActionListener

public void addActionListener(java.awt.event.ActionListener l)
Registers the specified ActionListener to be notified when the current page is changed.

Specified by:
addActionListener in interface WizardModel
Parameters:
l - The ActionListener to register.

removeActionListener

public void removeActionListener(java.awt.event.ActionListener l)
Removes the specified listener.

Specified by:
removeActionListener in interface WizardModel
Parameters:
l - The ActionListener to remove.

fireActionPerformed

protected void fireActionPerformed()
Notifies registered listeners that the current page has changed.


juife
v0.1a

Copyright © 2005 Grigor Iliev. All rights reserved. SourceForge.net Logo