Class TotalProgressListener<E extends ImageProgressUpdateEvent>

java.lang.Object
org.springframework.boot.buildpack.platform.docker.TotalProgressListener<E>
Type Parameters:
E - the type of ImageProgressUpdateEvent
All Implemented Interfaces:
UpdateListener<E>
Direct Known Subclasses:
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.
Since:
2.4.0
Author:
Phillip Webb, Scott Frederick