protected static class DapNetcdfFile.NullCancelTask extends Object implements ucar.nc2.util.CancelTask
| Modifier | Constructor and Description |
|---|---|
protected |
NullCancelTask() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isCancel() |
void |
setError(String msg) |
void |
setProgress(String msg,
int progress) |
public boolean isCancel()
isCancel in interface ucar.nc2.util.CancelTaskpublic void setError(String msg)
setError in interface ucar.nc2.util.CancelTaskpublic void setProgress(String msg, int progress)
setProgress in interface ucar.nc2.util.CancelTask