public abstract class BaseNotifyingFuture<T> extends Object implements NotifyingFuture<T>
| Constructor and Description |
|---|
BaseNotifyingFuture() |
| Modifier and Type | Method and Description |
|---|---|
NotifyingFuture<T> |
attachListener(FutureListener<T> objectFutureListener)
Attaches a listener and returns the same future instance, to allow for 'building'.
|
protected void |
fireListeners() |
public final NotifyingFuture<T> attachListener(FutureListener<T> objectFutureListener)
NotifyingFutureattachListener in interface NotifyingFuture<T>objectFutureListener - listener to attachprotected void fireListeners()
Copyright © 2015 JBoss, a division of Red Hat. All rights reserved.