File
Doc
Category
Size
Date
Package
IPrintSpoolerClient.java
API Doc
Android 5.1 API
5359
Sat Mar 14 05:48:06 GMT 2015
android.print
IPrintSpoolerClient
public interface IPrintSpoolerClient implements android.os.IInterface
Interface for receiving interesting state updates from the print spooler.
hide
Fields Summary
Constructors Summary
Methods Summary
public void
onAllPrintJobsForServiceHandled
(
android.content.ComponentName
printService)
public void
onAllPrintJobsHandled
()
public void
onPrintJobQueued
(
android.print.PrintJobInfo
printJob)
public void
onPrintJobStateChanged
(
android.print.PrintJobInfo
printJob)
Java Code Source