@API.Public
public interface OpListener
| Modifier and Type | Method and Description |
|---|---|
void |
onFailure(Exception e)
Called when an
Exception occurred while retrieving a Record |
void |
onSuccess(DBDocument record)
Called when a Record from the async table operation (get for now) is available.
|
void onSuccess(DBDocument record)
record - the available Recordvoid onFailure(Exception e)
Exception occurred while retrieving a Recorde - an exceptionCopyright © 2015 Mapr Technologies, Inc.. All rights reserved.