| java.lang.Object com.vividsolutions.jump.task.PrintStreamTaskMonitor
PrintStreamTaskMonitor | public class PrintStreamTaskMonitor implements TaskMonitor(Code) | | A TaskMonitor that reports its output to a PrintStream.
User can control the level of output reported, as well as whether timing
information is logged as well.
|
isLoggingSubtasks | boolean isLoggingSubtasks(Code) | | |
PrintStreamTaskMonitor | public PrintStreamTaskMonitor()(Code) | | |
allowCancellationRequests | public void allowCancellationRequests()(Code) | | |
isCancelRequested | public boolean isCancelRequested()(Code) | | |
report | public void report(int subtasksDone, int totalSubtasks, String subtaskDescription)(Code) | | |
setLoggingSubtasks | public void setLoggingSubtasks(boolean isLoggingSubtasks)(Code) | | |
|
|