public interface ProgressListener
ProgressListener may be attached to a
SwingTask by calling
SwingTask.addProgressListener(ProgressListener),
and then will receive progress information from the
SwingTask on the Event Dispatch Thread.| Modifier and Type | Method and Description |
|---|---|
void |
messageChanged(String message)
Will be called when the progress message changed
|
void |
progressChanged(double progress)
Will be called when the progress changed.
|
void messageChanged(String message)
message - The new progress messagevoid progressChanged(double progress)
progress - The progress.Copyright © 2016. All rights reserved.