| Package | Description |
|---|---|
| org.gradle.openapi.external.foundation | |
| org.gradle.openapi.wrappers.foundation |
| Modifier and Type | Method and Description |
|---|---|
void |
GradleInterfaceVersion2.addRequestObserver(RequestObserverVersion1 observer)
Adds an observer that is notified when Gradle commands are executed and completed.
|
void |
GradleInterfaceVersion2.removeRequestObserver(RequestObserverVersion1 observer)
Removes a request observer when you no longer wish to receive notifications about Gradle command being executed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GradleInterfaceWrapperVersion1.addRequestObserver(RequestObserverVersion1 observer)
Adds an observer that is notified when Gradle commands are executed and completed.
|
void |
GradleInterfaceWrapperVersion1.removeRequestObserver(RequestObserverVersion1 observer)
Removes a request observer when you no longer wish to receive notifications about Gradle command being executed.
|
| Constructor and Description |
|---|
RequestObserverWrapper(RequestObserverVersion1 requestObserver) |
Copyright © 2013. All rights reserved