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 TaskMonitorAdapter
DUMMY_MONITORFields inherited from interface TaskMonitor
DUMMY, NO_PROGRESS_VALUE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetMessage(String msg) Sets the message displayed on the task monitorMethods inherited from class TaskMonitorAdapter
addCancelledListener, cancel, checkCanceled, checkCancelled, clearCanceled, getMaximum, getMessage, getMinimum, getProgress, incrementProgress, initialize, isCancelEnabled, isCancelled, isIndeterminate, notifyChangeListeners, removeCancelledListener, setCancelEnabled, setIndeterminate, setMaximum, setMinimum, setProgress, setShowProgressValueMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface TaskMonitor
clearCancelled, increment, increment, incrementProgress, initialize
-
Constructor Details
-
ConsoleTaskMonitor
public ConsoleTaskMonitor()
-
-
Method Details
-
setMessage
Description copied from interface:TaskMonitorSets the message displayed on the task monitor- Specified by:
setMessagein interfaceTaskMonitor- Overrides:
setMessagein classTaskMonitorAdapter- Parameters:
msg- the message to display
-