Interface ChannelProgressiveFutureListener
- All Superinterfaces:
EventListener, GenericFutureListener<ChannelProgressiveFuture>, GenericProgressiveFutureListener<ChannelProgressiveFuture>
public interface ChannelProgressiveFutureListener
extends GenericProgressiveFutureListener<ChannelProgressiveFuture>
An
EventListener listener which will be called once the sending task associated with future is
being transferred.-
Method Summary
Methods inherited from interface GenericFutureListener
operationCompleteModifier and TypeMethodDescriptionvoidInvoked when the operation associated with theFuturehas been completed.Methods inherited from interface GenericProgressiveFutureListener
operationProgressedModifier and TypeMethodDescriptionvoidoperationProgressed(ChannelProgressiveFuture future, long progress, long total) Invoked when the operation has progressed.