R
- low level result typepublic abstract class LowLevelResultListener<R> extends Object
Modifier and Type | Field and Description |
---|---|
static LowLevelResultListener<?> |
NONE |
Constructor and Description |
---|
LowLevelResultListener() |
Modifier and Type | Method and 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 © 2013 Amazon Web Services, Inc. All Rights Reserved.