FileDocCategorySizeDatePackage
PrintJobAttributeListener.javaAPI DocJava SE 5 API874Fri Aug 26 14:57:46 BST 2005javax.print.event

PrintJobAttributeListener

public interface PrintJobAttributeListener
Implementations of this interface are attached to a {@link javax.print.DocPrintJob DocPrintJob} to monitor the status of attribute changes associated with the print job.

Fields Summary
Constructors Summary
Methods Summary
public voidattributeUpdate(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.

param
pjae the event.