public void | attributeUpdate(javax.print.event.PrintJobAttributeEvent pjae)Notifies the listener of a change in some print job attributes.
One example of an occurrence triggering this event is if the
{@link javax.print.attribute.standard.JobState JobState}
attribute changed from
PROCESSING to PROCESSING_STOPPED .
|