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

  public abstract void onStatusChanged(java.lang.String, int, android.os.Bundle);
    descriptor: (Ljava/lang/String;ILandroid/os/Bundle;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
          Name  Flags
      provider  
      status    
      extras    

  public abstract void onProviderEnabled(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
          Name  Flags
      provider  

  public abstract void onProviderDisabled(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
          Name  Flags
      provider  
}
SourceFile: "ILocationListener.java"
NestMembers:
  android.location.ILocationListener$Stub  android.location.ILocationListener$Stub$Proxy
InnerClasses:
  public abstract Stub = android.location.ILocationListener$Stub of android.location.ILocationListener