Package ghidra.framework.main
Interface ConsoleListener
-
public interface ConsoleListener
Listener that is called when a string should be written to the console.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
put(java.lang.String message, boolean isError)
Output the message to the console.void
putln(java.lang.String message, boolean isError)
-