Package org.gradle.tooling.events
Interface OperationCompletionListener
public interface OperationCompletionListener
A listener which is notified when operations run as part of the build complete.
- Since:
- 6.1
- 
Method SummaryModifier and TypeMethodDescriptionvoidonFinish(FinishEvent event) Called when an operation completes.
- 
Method Details- 
onFinishCalled when an operation completes.
 
-