@API.Public public interface OpListener
| Modifier and Type | Method and Description |
|---|---|
void |
onFailure(Exception e)
Called when an
Exception occurred while retrieving a Document |
void |
onSuccess(Document document)
Called when a Document from the async operation is available.
|
void onSuccess(@API.NonNullable Document document)
document - the available Documentvoid onFailure(@API.NonNullable Exception e)
Exception occurred while retrieving a Documente - an exceptionCopyright © 2015–2019 MapR Technologies, Inc.. All rights reserved.