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