gradle
Toggle table of contents
9.8.0-20260812010846+0000
API
Target filter
API
Switch theme
Search in API
Skip to content
gradle
gradle
/
org.gradle.tooling
/
ResultHandler
Result
Handler
API
interface
ResultHandler
<
T
>
(
source
)
A handler for an asynchronous operation which returns an object of type T.
Since
1.0
Parameters
<T>
The result type.
Members
Functions
on
Complete
Link copied to clipboard
API
abstract
fun
onComplete
(
result
:
T
)
Handles successful completion of the operation.
on
Failure
Link copied to clipboard
API
abstract
fun
onFailure
(
failure
:
GradleConnectionException
)
Handles a failed operation.