Package | Description |
---|---|
org.jboss.threads |
Modifier and Type | Class and Description |
---|---|
static class |
AsyncFuture.AbstractListener<T,A>
An abstract base class for an implementation of the
Listener interface. |
Modifier and Type | Method and Description |
---|---|
<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.
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.