public interface CardPrinterReconnectionHandler
CardConnectionReestablisher| Modifier and Type | Method and Description | 
|---|---|
| void | printerOnline(ZebraCardPrinter printer,
             String firmwareVersion)Called when the printer is back online and has been rediscovered. | 
| void | progressUpdate(String status,
              int percentComplete)Called for ZMotif 7, 8, and 9 printers during specific firmware module upgrades. | 
void printerOnline(ZebraCardPrinter printer, String firmwareVersion)
printer - printer object which came back online.firmwareVersion - The new firmware version on the printer.void progressUpdate(String status,
                  int percentComplete)
status - the current firmware module being loaded.percentComplete - the completion percentage of the currently loading firmware module or 0 if no completion percentage is available.
				© 2016 ZIH Corp. All Rights Reserved.