Hi! I am doing a printing routine. It is already working but I want to monitor the printing status. I've tried using the PrintJobListener but it only passes through the printDataTransferCompleted and the printJobNoMoreEvents methods. I am using a dot matrix printer and I am trying to simulate failure in printing... I can't do it. And so I have the ff questions:
1. How do I make the printing fail? (Out of paper doesn't work)
2. If printing fails, will the it still pass the printJobNoMoreEvents method?
Thanks!