| Package | Description |
|---|---|
| de.taimos.dvalin.interconnect.model |
| Modifier and Type | Method and Description |
|---|---|
void |
FutureImpl.addCancelListener(FutureImpl.CancelListener<T> listener)
IMPORTANT: In the event that the Cancel listener is added after cancel() was called the event is immediately fired.
IMPORTANT2: Keep in mind, that the Cancel listener may not be called from your own thread, so you must care about thread-safety! |
void |
FutureImpl.removeCancelListener(FutureImpl.CancelListener<T> listener) |
Copyright © 2016 Taimos GmbH. All rights reserved.