public interface android.location.LocalListenerHelper$ListenerOperation<TListener>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: android.location.LocalListenerHelper$ListenerOperation
  super_class: java.lang.Object
{
  public abstract void execute();
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    Signature: (TTListener;)V
    MethodParameters:
          Name  Flags
      listener  
}
Signature: <TListener:Ljava/lang/Object;>Ljava/lang/Object;
SourceFile: "LocalListenerHelper.java"
NestHost: android.location.LocalListenerHelper
InnerClasses:
  protected abstract ListenerOperation = android.location.LocalListenerHelper$ListenerOperation of android.location.LocalListenerHelper