Interface FirmwareModelListener
-
public interface FirmwareModelListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidfirmwareFileChanged()Signals that the selected firmware file has changed.voidprocessingStatusChanged(String processingStatus, int style, Object... args)Signal changes of the processing status.voidprogressValueChanged(int progressValue)The progress value has changed.
-
-
-
Method Detail
-
processingStatusChanged
void processingStatusChanged(String processingStatus, int style, Object... args)
Signal changes of the processing status.- Parameters:
processingStatus- the processing status textstyle- 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.
-
-