javax.print.event

Class PrintJobEvent

  • All Implemented Interfaces:
    Serializable

    public class PrintJobEvent
    extends PrintEvent
    Class PrintJobEvent encapsulates common events a print job reports to let a listener know of progress in the processing of the DocPrintJob.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static int DATA_TRANSFER_COMPLETE
      The job is not necessarily printed yet, but the data has been transferred successfully from the client to the print service.
      static int JOB_CANCELED
      The job was canceled by the PrintService.
      static int JOB_COMPLETE
      The document cis completely printed.
      static int JOB_FAILED
      The print service reports that the job cannot be completed.
      static int NO_MORE_EVENTS
      Not all print services may be capable of delivering interesting events, or even telling when a job is complete.
      static int REQUIRES_ATTENTION
      The print service indicates that a - possibly transient - problem may require external intervention before the print service can continue.

        

      • Fields inherited from class java.util.EventObject

        source
    • Constructor Summary

      Constructors 
      Constructor and Description
      PrintJobEvent(DocPrintJob source, int reason)
      Constructs a PrintJobEvent object.

        

    • Field Detail

      • JOB_COMPLETE

        public static final int JOB_COMPLETE
        The document cis completely printed.
        See Also:
        Constant Field Values
      • JOB_FAILED

        public static final int JOB_FAILED
        The print service reports that the job cannot be completed. The application must resubmit the job.
        See Also:
        Constant Field Values
      • REQUIRES_ATTENTION

        public static final int REQUIRES_ATTENTION
        The print service indicates that a - possibly transient - problem may require external intervention before the print service can continue. One example of an event that can generate this message is when the printer runs out of paper.
        See Also:
        Constant Field Values
      • NO_MORE_EVENTS

        public static final int NO_MORE_EVENTS
        Not all print services may be capable of delivering interesting events, or even telling when a job is complete. This message indicates the print job has no further information or communication with the print service. This message should always be delivered if a terminal event (completed/failed/canceled) is not delivered. For example, if messages such as JOB_COMPLETE have NOT been received before receiving this message, the only inference that should be drawn is that the print service does not support delivering such an event.
        See Also:
        Constant Field Values
      • DATA_TRANSFER_COMPLETE

        public static final int DATA_TRANSFER_COMPLETE
        The job is not necessarily printed yet, but the data has been transferred successfully from the client to the print service. The client may free data resources.
        See Also:
        Constant Field Values
    • Constructor Detail

      • PrintJobEvent

        public PrintJobEvent(DocPrintJob source,
                     int reason)
        Constructs a PrintJobEvent object.
        Parameters:
        source - a DocPrintJob object
        reason - an int specifying the reason.
        Throws:
        IllegalArgumentException - if source is null.
    • Method Detail

      • getPrintEventType

        public int getPrintEventType()
        Gets the reason for this event.
        Returns:
        reason int.
      • getPrintJob

        public DocPrintJob getPrintJob()
        Determines the DocPrintJob to which this print job event pertains.
        Returns:
        the DocPrintJob object that represents the print job that reports the events encapsulated by this PrintJobEvent.

Traduction non disponible

Les API Java ne sont pas encore traduites en français sur l'infobrol. Seule la version anglaise est disponible pour l'instant.

Document créé le 30/08/2006, dernière modification le 04/03/2020
Source du document imprimé : https://www.gaudry.be/java-api-rf-javax/print/event/PrintJobEvent.html

L'infobrol est un site personnel dont le contenu n'engage que moi. Le texte est mis à disposition sous licence CreativeCommons(BY-NC-SA). Plus d'info sur les conditions d'utilisation et sur l'auteur.

Références

  1. Consulter le document html Langue du document :fr Manuel PHP : https://docs.oracle.com, PrintJobEvent

Ces références et liens indiquent des documents consultés lors de la rédaction de cette page, ou qui peuvent apporter un complément d'information, mais les auteurs de ces sources ne peuvent être tenus responsables du contenu de cette page.
L'auteur de ce site est seul responsable de la manière dont sont présentés ici les différents concepts, et des libertés qui sont prises avec les ouvrages de référence. N'oubliez pas que vous devez croiser les informations de sources multiples afin de diminuer les risques d'erreurs.

Table des matières Haut