Package com.scriptel.proscript
Interface FirmwareListener
-
public interface FirmwareListenerThis interface is used to receive firmware update percentage notifications.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidreceiveFirmwareUpdateComplete()This is called when the firmware update has been completed.voidreceiveFirmwareUpdateNotification(double pct)This is called when there is an update to the percentage of the firmware downloaded.
-
-
-
Method Detail
-
receiveFirmwareUpdateNotification
void receiveFirmwareUpdateNotification(double pct)
This is called when there is an update to the percentage of the firmware downloaded.- Parameters:
pct- Percentage (0 to 1)
-
receiveFirmwareUpdateComplete
void receiveFirmwareUpdateComplete()
This is called when the firmware update has been completed.
-
-