public interface android.os.IProgressListener extends android.os.IInterface
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: android.os.IProgressListener
  super_class: java.lang.Object
{
  public abstract void onStarted(int, android.os.Bundle);
    descriptor: (ILandroid/os/Bundle;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
        Name  Flags
      id      
      extras  

  public abstract void onProgress(int, int, android.os.Bundle);
    descriptor: (IILandroid/os/Bundle;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
          Name  Flags
      id        
      progress  
      extras    

  public abstract void onFinished(int, android.os.Bundle);
    descriptor: (ILandroid/os/Bundle;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
        Name  Flags
      id      
      extras  
}
SourceFile: "IProgressListener.java"
NestMembers:
  android.os.IProgressListener$Stub  android.os.IProgressListener$Stub$Proxy
InnerClasses:
  public abstract Stub = android.os.IProgressListener$Stub of android.os.IProgressListener