public interface ProgressMonitor
Modifier and Type | Method and Description |
---|---|
void |
beginTask(String name,
int totalWork) |
void |
done() |
void |
worked(int work) |
void beginTask(String name, int totalWork)
void worked(int work)
void done()
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.