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