public interface ProgressListener
| Modifier and Type | Method and Description |
|---|---|
void |
notifyProgress(float level,
String message)
Send progress notification
|
void notifyProgress(float level,
String message)
level - percent of the task accomplishedmessage - Description of the operationCopyright © 2020 DataWeb Research. All rights reserved.