public interface Callback
Modifier and Type | Method and Description |
---|---|
void |
failure(Exception exception)
Invoked when the intent action has failed.
|
void |
success(Object result)
Invoked when the intent action has completed successfully.
|
void success(@NullAllowed Object result)
result
- Result value.Built on October 25 2023. | Copyright © 2017-2023 Apache Software Foundation. All Rights Reserved.