spin.demo.progress
Class ProgressBeanImpl
java.lang.Object
spin.demo.progress.ProgressBeanImpl
- ProgressBean
public class ProgressBeanImpl
extends java.lang.Object
implements ProgressBean
Implementation of a progress.
ProgressBeanImpl
public ProgressBeanImpl()
Constructor.
addPropertyChangeListener
public void addPropertyChangeListener(PropertyChangeListener listener)
Add a listener to property changes.
listener
- listener to add
cancel
public void cancel()
Cancel the progress.
getStatus
public double getStatus()
Get the current status.
start
public void start()
Start.