public interface  oadd.io.netty.util.concurrent.ProgressiveFuture extends java.lang.Object implements oadd.io.netty.util.concurrent.Future
{
public abstract oadd.io.netty.util.concurrent.ProgressiveFuture addListener(oadd.io.netty.util.concurrent.GenericFutureListener);
public abstract transient oadd.io.netty.util.concurrent.ProgressiveFuture addListeners(oadd.io.netty.util.concurrent.GenericFutureListener[]);
public abstract oadd.io.netty.util.concurrent.ProgressiveFuture removeListener(oadd.io.netty.util.concurrent.GenericFutureListener);
public abstract transient oadd.io.netty.util.concurrent.ProgressiveFuture removeListeners(oadd.io.netty.util.concurrent.GenericFutureListener[]);
public abstract oadd.io.netty.util.concurrent.ProgressiveFuture sync() throws java.lang.InterruptedException;
public abstract oadd.io.netty.util.concurrent.ProgressiveFuture syncUninterruptibly();
public abstract oadd.io.netty.util.concurrent.ProgressiveFuture await() throws java.lang.InterruptedException;
public abstract oadd.io.netty.util.concurrent.ProgressiveFuture awaitUninterruptibly();
}