Uses of Interface
org.jgroups.util.FutureListener
-
Packages that use FutureListener Package Description org.jgroups.blocks.executor org.jgroups.util Provides useful functionality which cannot be assigned to any particular other package. -
-
Uses of FutureListener in org.jgroups.blocks.executor
Classes in org.jgroups.blocks.executor that implement FutureListener Modifier and Type Class Description protected class
ExecutionCompletionService.QueueingListener
Methods in org.jgroups.blocks.executor with parameters of type FutureListener Modifier and Type Method Description NotifyingFuture<V>
ExecutionService.DistributedFuture. setListener(FutureListener<V> listener)
-
Uses of FutureListener in org.jgroups.util
Methods in org.jgroups.util with parameters of type FutureListener Modifier and Type Method Description NotifyingFuture<T>
NotifyingFuture. setListener(FutureListener<T> listener)
Attaches a listener and returns the same future instance, to allow for 'building' futures.
-