public class NullProgressMonitor extends Object implements ProgressMonitor
This can be used to prevent null checks on monitor variables
There is no need to create an instance of this class
INSTANCE
can be used directly.
Modifier and Type | Field and Description |
---|---|
static ProgressMonitor |
INSTANCE |
Modifier and Type | Method and Description |
---|---|
void |
beginTask(String name,
int totalWork) |
void |
done() |
void |
worked(int work) |
public static final ProgressMonitor INSTANCE
public void beginTask(String name, int totalWork)
beginTask
in interface ProgressMonitor
public void worked(int work)
worked
in interface ProgressMonitor
public void done()
done
in interface ProgressMonitor
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.