Interface FirmwareModelListener


  • public interface FirmwareModelListener
    • Method Detail

      • processingStatusChanged

        void processingStatusChanged​(String processingStatus,
                                     int style,
                                     Object... args)
        Signal changes of the processing status.
        Parameters:
        processingStatus - the processing status text
        style - the style (0: normal, 1: red and bold)
        args - the args that are replaced in the processing status text
      • progressValueChanged

        void progressValueChanged​(int progressValue)
        The progress value has changed.
        Parameters:
        progressValue - the new progress value
      • firmwareFileChanged

        void firmwareFileChanged()
        Signals that the selected firmware file has changed.