public interface android.print.IPrintSpoolerClient extends android.os.IInterface
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: android.print.IPrintSpoolerClient
  super_class: java.lang.Object
{
  public abstract void onPrintJobQueued(android.print.PrintJobInfo);
    descriptor: (Landroid/print/PrintJobInfo;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
          Name  Flags
      printJob  

  public abstract void onAllPrintJobsForServiceHandled(android.content.ComponentName);
    descriptor: (Landroid/content/ComponentName;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
              Name  Flags
      printService  

  public abstract void onAllPrintJobsHandled();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException

  public abstract void onPrintJobStateChanged(android.print.PrintJobInfo);
    descriptor: (Landroid/print/PrintJobInfo;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
          Name  Flags
      printJob  
}
SourceFile: "IPrintSpoolerClient.java"
NestMembers:
  android.print.IPrintSpoolerClient$Stub  android.print.IPrintSpoolerClient$Stub$Proxy
InnerClasses:
  public abstract Stub = android.print.IPrintSpoolerClient$Stub of android.print.IPrintSpoolerClient