javax.print.attribute

Interface PrintJobAttribute

public interface PrintJobAttribute extends Attribute

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

Instances of implementing attribute classes may be collected in a {@link javax.print.attribute.PrintJobAttributeSet}.

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

See Also: