|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object spin.demo.progress.ProgressBeanImpl
public class ProgressBeanImpl
Implementation of a progress.
Constructor Summary | |
---|---|
ProgressBeanImpl()
Constructor. |
Method Summary | |
---|---|
void |
addPropertyChangeListener(java.beans.PropertyChangeListener listener)
Add a listener to property changes. |
void |
cancel()
Cancel the progress. |
double |
getStatus()
Get the current status. |
void |
start()
Start. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ProgressBeanImpl()
Method Detail |
---|
public void addPropertyChangeListener(java.beans.PropertyChangeListener listener)
addPropertyChangeListener
in interface ProgressBean
listener
- listener to addpublic void start()
start
in interface ProgressBean
public void cancel()
cancel
in interface ProgressBean
public double getStatus()
getStatus
in interface ProgressBean
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |