R - public interface Callback<R>
| Modifier and Type | Method and Description |
|---|---|
void |
onError(java.lang.Exception e) |
void |
onResult(R result) |
void onResult(R result)
void onError(java.lang.Exception e)
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.