Uses of Interface
net.spy.memcached.internal.GenericCompletionListener
Packages that use GenericCompletionListener
-
Uses of GenericCompletionListener in net.spy.memcached.internal
Classes in net.spy.memcached.internal with type parameters of type GenericCompletionListenerModifier and TypeClassDescriptionclassAbstractListenableFuture<T,L extends GenericCompletionListener> TheAbstractListenableFutureimplements common functionality shared by all futures that implement theListenableFuture.interfaceListenableFuture<T,L extends GenericCompletionListener> AFuturethat accepts one or more listeners that will be executed asynchronously.Subinterfaces of GenericCompletionListener in net.spy.memcached.internalModifier and TypeInterfaceDescriptioninterfaceA listener that will be notified once the bulk get future completes.interfaceA listener that will be notified once the get future completes.interfaceA listener that will be notified once the operation future completes.Methods in net.spy.memcached.internal with parameters of type GenericCompletionListenerModifier and TypeMethodDescriptionAbstractListenableFuture.addToListeners(GenericCompletionListener<? extends Future<T>> listener) Add the given listener to the total list of listeners to be notified.protected voidAbstractListenableFuture.notifyListener(ExecutorService executor, Future<?> future, GenericCompletionListener listener) Notify a specific listener of completion.AbstractListenableFuture.removeFromListeners(GenericCompletionListener<? extends Future<T>> listener) Remove a listener from the list of registered listeners.