JavaTM 2 Platform
Standard Ed. 5.0

Uses of Interface
javax.print.event.PrintJobListener

Packages that use PrintJobListener
javax.print Provides the principal classes and interfaces for the JavaTM Print Service API. 
javax.print.event Package javax.print.event contains event classes and listener interfaces. 
 

Uses of PrintJobListener in javax.print
 

Methods in javax.print with parameters of type PrintJobListener
 void DocPrintJob.addPrintJobListener(PrintJobListener listener)
          Registers a listener for event occurring during this print job.
 void DocPrintJob.removePrintJobListener(PrintJobListener listener)
          Removes a listener from this print job.
 

Uses of PrintJobListener in javax.print.event
 

Classes in javax.print.event that implement PrintJobListener
 class PrintJobAdapter
          An abstract adapter class for receiving print job events.
 


JavaTM 2 Platform
Standard Ed. 5.0

Submit a bug or feature
For further API reference and developer documentation, see Java 2 SDK SE Developer Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.

Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.