net.spy.memcached.protocol.couch
Interface DocsOperation.DocsCallback

All Superinterfaces:
OperationCallback
Enclosing interface:
DocsOperation

public static interface DocsOperation.DocsCallback
extends OperationCallback


Method Summary
 void gotData(ViewResponseWithDocs response)
           
 
Methods inherited from interface net.spy.memcached.ops.OperationCallback
complete, receivedStatus
 

Method Detail

gotData

void gotData(ViewResponseWithDocs response)