Hello there! I'm trying to implement a printService. My service implements PrintJobListener, because my UC requires that the user be notified about print errors (printer off, out-of-papper etc.).
Problem is, the only method being called on PrintJobListener is printJobNoMoreEvents(PrintJobEvent pje) no matter if it succeeded or not.
Here's my clasess implementations:
My printer is an epson U220B partial cut. Configured on windows 2000.
Please if anyone has any ideas on this subject please give me a hand here, I'm kinda in a trouble here
Thanks all