jaxx.runtime.swing.wizard.ext
Class WizardExtStepModel<E extends WizardExtStep>
java.lang.Object
jaxx.runtime.swing.wizard.ext.WizardExtStepModel<E>
public abstract class WizardExtStepModel<E extends WizardExtStep>
- extends Object
Abstract model of WizardExtStep.
- Since:
- 2.1
- Author:
- tchemit
- See Also:
WizardExtStep
|
Field Summary |
protected Exception |
error
to store if an error occurs while running |
protected E |
step
step of the model |
step
protected final E extends WizardExtStep step
- step of the model
error
protected Exception error
- to store if an error occurs while running
WizardExtStepModel
protected WizardExtStepModel(E step)
getStep
public final E getStep()
getError
public final Exception getError()
setError
public void setError(Exception error)
addPropertyChangeListener
public final void addPropertyChangeListener(PropertyChangeListener listener)
addPropertyChangeListener
public final void addPropertyChangeListener(String propertyName,
PropertyChangeListener listener)
removePropertyChangeListener
public final void removePropertyChangeListener(PropertyChangeListener listener)
removePropertyChangeListener
public final void removePropertyChangeListener(String propertyName,
PropertyChangeListener listener)
destroy
public void destroy()
finalize
protected void finalize()
throws Throwable
- Overrides:
finalize in class Object
- Throws:
Throwable
firePropertyChange
protected final void firePropertyChange(String propertyName,
Object oldValue,
Object newValue)
firePropertyChange
protected final void firePropertyChange(String propertyName,
Object newValue)
Copyright © 2008-2011 CodeLutin. All Rights Reserved.