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