/[classpath]/classpath/javax/print/attribute/PrintJobAttribute.java
ViewVC logotype

Diff of /classpath/javax/print/attribute/PrintJobAttribute.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.2.1 by gnu_andrew, Tue Aug 2 20:12:36 2005 UTC revision 1.1.2.2 by gnu_andrew, Sun Nov 27 21:00:37 2005 UTC
# Line 1  Line 1 
1  /* PrintJobAttribute.java --  /* PrintJobAttribute.java --
2     Copyright (C) 2003 Free Software Foundation, Inc.     Copyright (C) 2003, 2005 Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 38  exception statement from your version. * Line 38  exception statement from your version. *
38  package javax.print.attribute;  package javax.print.attribute;
39    
40  /**  /**
41   * @author Michael Koch   * Marker interface for all attribute classes describing attributes or the
42     * status of a ({@link javax.print.DocPrintJob} object.
43     * <p>
44     * Instances of implementing attribute classes may be collected in a
45     * {@link javax.print.attribute.PrintJobAttributeSet}.
46     * </p><p>
47     * A print service uses attributes of this type to inform about the status
48     * of a print job.
49     * For example {@link javax.print.attribute.standard.DateTimeAtProcessing}
50     * is used to report at which date and time a job has started processing.
51     * </p>
52     *
53     * @see javax.print.attribute.PrintJobAttributeSet
54     *
55     * @author Michael Koch (konqueror@gmx.de)
56   */   */
57  public interface PrintJobAttribute extends Attribute  public interface PrintJobAttribute extends Attribute
58  {  {
59      // Marker interface
60  }  }

Legend:
Removed from v.1.1.2.1  
changed lines
  Added in v.1.1.2.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26