net.spy.memcached.protocol.couch
Interface ViewsOperation.ViewsCallback

All Superinterfaces:
OperationCallback
Enclosing interface:
ViewsOperation

public static interface ViewsOperation.ViewsCallback
extends OperationCallback


Method Summary
 void gotData(List<View> views)
           
 
Methods inherited from interface net.spy.memcached.ops.OperationCallback
complete, receivedStatus
 

Method Detail

gotData

void gotData(List<View> views)