public interface WorkListener extends EventListener
The GNU Lesser General Public License for details.| Modifier and Type | Method and Description |
|---|---|
void |
workProgressed(WorkEvent ev)
This method is called to indicate that some progress has been made.
|
void |
workStateChanged(WorkEvent ev)
This method is called to indicate that the work state has changed, perhaps finished.
|
void workProgressed(WorkEvent ev)
ev - Describes the progressvoid workStateChanged(WorkEvent ev)
ev - Describes the progress