public abstract class WizardExtStepModel<E extends WizardExtStep> extends Object
WizardExtStep.WizardExtStep| Modifier and Type | Field and Description |
|---|---|
protected Exception |
error
to store if an error occurs while running
|
protected E |
step
step of the model
|
| Modifier | Constructor and Description |
|---|---|
protected |
WizardExtStepModel(E step) |
| Modifier and Type | Method and Description |
|---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener) |
void |
addPropertyChangeListener(String propertyName,
PropertyChangeListener listener) |
void |
destroy() |
protected void |
finalize() |
protected void |
firePropertyChange(String propertyName,
Object newValue) |
protected void |
firePropertyChange(String propertyName,
Object oldValue,
Object newValue) |
Exception |
getError() |
E |
getStep() |
void |
removePropertyChangeListener(PropertyChangeListener listener) |
void |
removePropertyChangeListener(String propertyName,
PropertyChangeListener listener) |
void |
setError(Exception error) |
protected final E extends WizardExtStep step
protected Exception error
protected WizardExtStepModel(E step)
public final E getStep()
public final Exception getError()
public void setError(Exception error)
public final void addPropertyChangeListener(PropertyChangeListener listener)
public final void addPropertyChangeListener(String propertyName, PropertyChangeListener listener)
public final void removePropertyChangeListener(PropertyChangeListener listener)
public final void removePropertyChangeListener(String propertyName, PropertyChangeListener listener)
public void destroy()
protected void finalize()
throws Throwable
protected final void firePropertyChange(String propertyName, Object oldValue, Object newValue)
Copyright © 2008–2018 Ultreia.io. All rights reserved.