Package ghidra.util.task
Class ConsoleTaskMonitor
java.lang.Object
ghidra.util.task.TaskMonitorAdapter
ghidra.util.task.ConsoleTaskMonitor
- All Implemented Interfaces:
TaskMonitor
Handles monitor output to console
-
Field Summary
Fields inherited from class ghidra.util.task.TaskMonitorAdapter
DUMMY_MONITOR
Fields inherited from interface ghidra.util.task.TaskMonitor
DUMMY, NO_PROGRESS_VALUE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setMessage
(String msg) Sets the message displayed on the task monitorMethods inherited from class ghidra.util.task.TaskMonitorAdapter
addCancelledListener, cancel, checkCanceled, checkCancelled, clearCanceled, getMaximum, getMessage, getMinimum, getProgress, incrementProgress, initialize, isCancelEnabled, isCancelled, isIndeterminate, notifyChangeListeners, removeCancelledListener, setCancelEnabled, setIndeterminate, setMaximum, setMinimum, setProgress, setShowProgressValue
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ghidra.util.task.TaskMonitor
clearCancelled, increment, increment, incrementProgress, initialize
-
Constructor Details
-
ConsoleTaskMonitor
public ConsoleTaskMonitor()
-
-
Method Details
-
setMessage
Description copied from interface:TaskMonitor
Sets the message displayed on the task monitor- Specified by:
setMessage
in interfaceTaskMonitor
- Overrides:
setMessage
in classTaskMonitorAdapter
- Parameters:
msg
- the message to display
-