Interface PomProgResultListener
public interface PomProgResultListener
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddLogText(String logLine, Object... args) Add a new line to the logger area.voidDisable the input elements.voidEnable the input elements.
-
Method Details
-
addLogText
Add a new line to the logger area.- Parameters:
logLine- the message to log. Use {} as placeholders for args.args- the args
-
enableInputElements
void enableInputElements()Enable the input elements. -
disableInputElements
void disableInputElements()Disable the input elements.
-