public interface org.xnio.IoFuture$Notifier<T, A> extends java.util.EventListener
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.xnio.IoFuture$Notifier
  super_class: java.lang.Object
{
  public abstract void notify(org.xnio.IoFuture<? extends T>, );
    descriptor: (Lorg/xnio/IoFuture;Ljava/lang/Object;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/xnio/IoFuture<+TT;>;TA;)V
    MethodParameters:
            Name  Flags
      ioFuture    
      attachment  final
}
Signature: <T:Ljava/lang/Object;A:Ljava/lang/Object;>Ljava/lang/Object;Ljava/util/EventListener;
SourceFile: "IoFuture.java"
NestHost: org.xnio.IoFuture
InnerClasses:
  public abstract Notifier = org.xnio.IoFuture$Notifier of org.xnio.IoFuture