R - low level result typepublic abstract class LowLevelResultListener<R> extends Object
| Modifier and Type | Field | Description |
|---|---|---|
static LowLevelResultListener<?> |
NONE |
| Constructor | Description |
|---|---|
LowLevelResultListener() |
| Modifier and Type | Method | Description |
|---|---|---|
static <T> LowLevelResultListener<T> |
none() |
|
abstract void |
onLowLevelResult(R lowLevelResult) |
public static final LowLevelResultListener<?> NONE
public static <T> LowLevelResultListener<T> none()
public abstract void onLowLevelResult(R lowLevelResult)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.