Class ChainingProgressListener
- java.lang.Object
-
- com.atlassian.bamboo.build.artifact.ChainingProgressListener
-
- All Implemented Interfaces:
com.amazonaws.event.ProgressListener
public class ChainingProgressListener extends Object implements com.amazonaws.event.ProgressListener
A simple adapter that delegates all calls to the delegate.
-
-
Constructor Summary
Constructors Constructor Description ChainingProgressListener(com.amazonaws.event.ProgressListener delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
progressChanged(com.amazonaws.event.ProgressEvent progressEvent)
-