V
- The type of result consumed by the handler.@FunctionalInterface public interface ResultHandler<V>
Modifier and Type | Method and Description |
---|---|
void |
handleResult(V result)
Invoked when the asynchronous task has completed successfully.
|
void handleResult(V result)
result
- The result of the asynchronous task.Copyright © 2010-2018, ForgeRock All Rights Reserved.