org.gradle.tooling
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

void statusChanged(ProgressEvent event)
Called when the progress status changes.

Parameters:
event - An event describing the status change.