Groovy Documentation

org.gradle.tooling
[Java] Interface ProgressListener


public interface ProgressListener

A listener which is notified as some long running operation makes progress.


Method Summary
void statusChanged(ProgressEvent event)

Called when the progress status changes.

 

Method Detail

statusChanged

public void statusChanged(ProgressEvent event)
Called when the progress status changes.
Parameters:
event - An event describing the status change.


 

Gradle API 1.0