public interface PrintResultListener
Receives the outcome of a print request. Always invoked on the EDT.
Pass into Printer.print or Display.print.
Methods
public abstract void onResult(PrintResult result) | Called once when the print flow finishes (job queued, dialog dismissed, or failure). |
Method details
onResult
public abstract void onResult(PrintResult result)Called once when the print flow finishes (job queued, dialog
dismissed, or failure). Never invoked more than once for the same
print request.