public interface android.hardware.location.ContextHubTransaction$OnCompleteListener<L>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: android.hardware.location.ContextHubTransaction$OnCompleteListener
  super_class: java.lang.Object
{
  public abstract void onComplete(android.hardware.location.ContextHubTransaction<L>, android.hardware.location.ContextHubTransaction$Response<L>);
    descriptor: (Landroid/hardware/location/ContextHubTransaction;Landroid/hardware/location/ContextHubTransaction$Response;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Landroid/hardware/location/ContextHubTransaction<TL;>;Landroid/hardware/location/ContextHubTransaction$Response<TL;>;)V
    MethodParameters:
             Name  Flags
      transaction  
      response     
}
Signature: <L:Ljava/lang/Object;>Ljava/lang/Object;
SourceFile: "ContextHubTransaction.java"
NestHost: android.hardware.location.ContextHubTransaction
InnerClasses:
  public abstract OnCompleteListener = android.hardware.location.ContextHubTransaction$OnCompleteListener of android.hardware.location.ContextHubTransaction
  public Response = android.hardware.location.ContextHubTransaction$Response of android.hardware.location.ContextHubTransaction
    RuntimeVisibleAnnotations: 
      java.lang.FunctionalInterface()