Package ghidra.framework.main
Interface ConsoleListener
public interface ConsoleListener
Listener that is called when a string should be written to the console.
-
Method Summary
-
Method Details
-
put
Output the message to the console.- Parameters:
message
- to outputisError
- true if this is an error message
-
putln
-