public interface OperationCallback
Modifier and Type | Method and Description |
---|---|
void |
complete()
Called whenever an operation completes.
|
void |
receivedStatus(OperationStatus status)
Method invoked with the status when the operation is complete.
|
void receivedStatus(OperationStatus status)
status
- the result of the operationvoid complete()
Copyright © 2006-2009 Dustin Sallings, 2009-2013 Couchbase, Inc.