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