The application may register an event listener to receive the progress information during printing. The print progress events inform the application when printing is started and when printing is completed.
The LabelPrinter and LinePrinter classes provide the following methods to add and remove a print progress event listener:
public void addPrintProgressListener(PrintProgressListener aHandler)
public void removePrintProgressListener(PrintProgressListener aHandler)