类 TotalProgressListener<E extends ImageProgressUpdateEvent>

java.lang.Object
cn.taketoday.buildpack.platform.docker.TotalProgressListener<E>
类型参数:
E - the type of ImageProgressUpdateEvent
所有已实现的接口:
UpdateListener<E>
直接已知子类:
TotalProgressPullListener, TotalProgressPushListener

public abstract class TotalProgressListener<E extends ImageProgressUpdateEvent> extends Object implements UpdateListener<E>
UpdateListener that calculates the total progress of the entire image operation and publishes TotalProgressEvent.
从以下版本开始:
4.0
作者:
Phillip Webb, Scott Frederick