public interface io.netty.util.concurrent.GenericProgressiveFutureListener<F extends io.netty.util.concurrent.ProgressiveFuture<?>> extends io.netty.util.concurrent.GenericFutureListener<F>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: io.netty.util.concurrent.GenericProgressiveFutureListener
  super_class: java.lang.Object
{
  public abstract void operationProgressed(F, long, );
    descriptor: (Lio/netty/util/concurrent/ProgressiveFuture;JJ)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.Exception
    Signature: (TF;JJ)V
    MethodParameters:
          Name  Flags
      future    
      progress  
      total     
}
Signature: <F::Lio/netty/util/concurrent/ProgressiveFuture<*>;>Ljava/lang/Object;Lio/netty/util/concurrent/GenericFutureListener<TF;>;
SourceFile: "GenericProgressiveFutureListener.java"