public interface android.net.wifi.ISoftApCallback extends android.os.IInterface
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: android.net.wifi.ISoftApCallback
  super_class: java.lang.Object
{
  public abstract void onStateChanged(int, int);
    descriptor: (II)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
               Name  Flags
      state          
      failureReason  

  public abstract void onNumClientsChanged(int);
    descriptor: (I)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
            Name  Flags
      numClients  
}
SourceFile: "ISoftApCallback.java"
NestMembers:
  android.net.wifi.ISoftApCallback$Stub  android.net.wifi.ISoftApCallback$Stub$Proxy
InnerClasses:
  public abstract Stub = android.net.wifi.ISoftApCallback$Stub of android.net.wifi.ISoftApCallback