Interface PomProgResultListener


  • public interface PomProgResultListener
    • 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.