jdk/src/share/classes/javax/print/CancelablePrintJob.java
changeset 21278 ef8a3a2a72f2
parent 5506 202f599c92aa
child 23010 6dadb192ad81
equal deleted inserted replaced
21277:bd380b80f9ea 21278:ef8a3a2a72f2
    53 
    53 
    54     /**
    54     /**
    55      * Stops further processing of a print job.
    55      * Stops further processing of a print job.
    56      * <p>
    56      * <p>
    57      * If a service supports this method it cannot be concluded that
    57      * If a service supports this method it cannot be concluded that
    58      * job cancellation will always suceeed. A job may not be able to be
    58      * job cancellation will always succeed. A job may not be able to be
    59      * cancelled once it has reached and passed some point in its processing.
    59      * cancelled once it has reached and passed some point in its processing.
    60      * A successful cancellation means only that the entire job was not
    60      * A successful cancellation means only that the entire job was not
    61      * printed, some portion may already have printed when cancel returns.
    61      * printed, some portion may already have printed when cancel returns.
    62      * <p>
    62      * <p>
    63      * The service will throw a PrintException if the cancellation did not
    63      * The service will throw a PrintException if the cancellation did not