Java™ Platform
Standard Ed. 6

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.
 


Java™ Platform
Standard Ed. 6

Submit a bug or feature

Copyright 2010 Sun Microsystems, Inc. All rights reserved. Use is subject to the terms of the GNU General Public License.