A
Aoife Kavanagh
Hi,
I have a scenario where I am using the JDK 1.4 javax.print packages to
print a simple document. Before sending the print job I attach a
PrintJobListener object to the print job object. The
printDataTransferCompleted() and the printJobNoMoreEvents() methods
get fired, but never the printJobRequiresAttention() (I took all the
paper out of the paper trays to try this).
Does anyone know if this method being fired is dependent on the
PrintService implementation (which does not fire printJobCompleted()
methods)? If not, does anybody have any idea why it is not being
fired?
Thanks,
Aoife
I have a scenario where I am using the JDK 1.4 javax.print packages to
print a simple document. Before sending the print job I attach a
PrintJobListener object to the print job object. The
printDataTransferCompleted() and the printJobNoMoreEvents() methods
get fired, but never the printJobRequiresAttention() (I took all the
paper out of the paper trays to try this).
Does anyone know if this method being fired is dependent on the
PrintService implementation (which does not fire printJobCompleted()
methods)? If not, does anybody have any idea why it is not being
fired?
Thanks,
Aoife