Uses of Interface
org.jboss.threads.AsyncFuture.Listener
Packages that use AsyncFuture.Listener
-
Uses of AsyncFuture.Listener in org.jboss.threads
Classes in org.jboss.threads that implement AsyncFuture.ListenerModifier and TypeClassDescriptionstatic classAn abstract base class for an implementation of theListenerinterface.Methods in org.jboss.threads with parameters of type AsyncFuture.ListenerModifier and TypeMethodDescription<A> voidAsyncFuture.addListener(AsyncFuture.Listener<? super T, A> listener, A attachment) Add an asynchronous listener to be called when this operation completes.final <A> voidAsyncFutureTask.addListener(AsyncFuture.Listener<? super T, A> listener, A attachment) Deprecated.Add an asynchronous listener to be called when this operation completes.