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 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
Copyright © 2018. All rights reserved.