javax.print.attribute

Interface PrintJobAttribute

public interface PrintJobAttribute extends Attribute

Marker interface for all attribute classes describing attributes or the status of a (javax.print.DocPrintJob object.

Instances of implementing attribute classes may be collected in a PrintJobAttributeSet.

A print service uses attributes of this type to inform about the status of a print job. For example javax.print.attribute.standard.DateTimeAtProcessing is used to report at which date and time a job has started processing.

See Also: