public class ProgressBeanImpl extends Object implements ProgressBean
| Constructor and Description |
|---|
ProgressBeanImpl()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Add a listener to property changes.
|
void |
cancel()
Cancel the progress.
|
double |
getStatus()
Get the current status.
|
void |
start()
Start.
|
public void addPropertyChangeListener(PropertyChangeListener listener)
addPropertyChangeListener in interface ProgressBeanlistener - listener to addpublic void start()
start in interface ProgressBeanpublic void cancel()
cancel in interface ProgressBeanpublic double getStatus()
getStatus in interface ProgressBeanCopyright © 2016. All rights reserved.