public interface ProgressMonitor
| Modifier and Type | Field and Description |
|---|---|
static ProgressMonitor |
NULL |
| Modifier and Type | Method and Description |
|---|---|
void |
statusChanged(String status) |
void |
workChanged(int workCompleted,
int totalWork) |
static final ProgressMonitor NULL
void statusChanged(String status)
void workChanged(int workCompleted,
int totalWork)
Copyright © 2016. All rights reserved.