JBoss Threads 2.0.0.GA

Uses of Interface
org.jboss.threads.AsyncFuture.Listener

Packages that use AsyncFuture.Listener
org.jboss.threads   
 

Uses of AsyncFuture.Listener in org.jboss.threads
 

Classes in org.jboss.threads that implement AsyncFuture.Listener
static class AsyncFuture.AbstractListener<T,A>
          An abstract base class for an implementation of the Listener interface.
 

Methods in org.jboss.threads with parameters of type AsyncFuture.Listener
<A> void
AsyncFutureTask.addListener(AsyncFuture.Listener<? super T,A> listener, A attachment)
          Add an asynchronous listener to be called when this operation completes.
<A> void
AsyncFuture.addListener(AsyncFuture.Listener<? super T,A> listener, A attachment)
          Add an asynchronous listener to be called when this operation completes.
 


JBoss Threads 2.0.0.GA

Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.