A listener which is notified when operations that are executed as part of running a build make progress.
Type | Name and description |
---|---|
void |
statusChanged(ProgressEvent event) Called when the execution of an operation progresses. |
Called when the execution of an operation progresses. The following operation-specific events are currently issued:
For all other operations, the following generic events are currently issued : You can find out more about the operation for which progress is reported by querying the descriptor using ProgressEvent.getDescriptor.event
- An event describing the operation progress.