public class PrintStreamProgressMonitor
extends org.eclipse.core.runtime.NullProgressMonitor
PrintStream.| Constructor and Description |
|---|
PrintStreamProgressMonitor(PrintStream out)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
beginTask(String name,
int totalWork) |
void |
done() |
void |
subTask(String name) |
void |
worked(int work) |
public PrintStreamProgressMonitor(PrintStream out)
public void beginTask(String name, int totalWork)
beginTask in interface org.eclipse.core.runtime.IProgressMonitorbeginTask in class org.eclipse.core.runtime.NullProgressMonitorpublic void done()
done in interface org.eclipse.core.runtime.IProgressMonitordone in class org.eclipse.core.runtime.NullProgressMonitorpublic void subTask(String name)
subTask in interface org.eclipse.core.runtime.IProgressMonitorsubTask in class org.eclipse.core.runtime.NullProgressMonitorpublic void worked(int work)
worked in interface org.eclipse.core.runtime.IProgressMonitorworked in class org.eclipse.core.runtime.NullProgressMonitorCopyright © 2020. All rights reserved.