Interface PomProgResultListener
-
public interface PomProgResultListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddLogText(String logLine, Object... args)Add a new line to the logger area.voiddisableInputElements()Disable the input elements.voidenableInputElements()Enable the input elements.
-
-
-
Method Detail
-
addLogText
void addLogText(String logLine, Object... args)
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.
-
-