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