Package net.spy.memcached.internal
Interface OperationCompletionListener
-
- All Superinterfaces:
java.util.EventListener
,GenericCompletionListener<OperationFuture<?>>
public interface OperationCompletionListener extends GenericCompletionListener<OperationFuture<?>>
A listener that will be notified once the operation future completes.
-
-
Method Summary
-
Methods inherited from interface net.spy.memcached.internal.GenericCompletionListener
onComplete
-
-