| Package | Description |
|---|---|
| org.docx4j.com.google.common.cache | |
| org.docx4j.com.google.common.util.concurrent |
| Class and Description |
|---|
| ListenableFuture
A
Future that accepts completion listeners. |
| Class and Description |
|---|
| AbstractFuture
An abstract implementation of
ListenableFuture, intended for advanced users only. |
| FluentFuture
A
ListenableFuture that supports fluent chains of operations. |
| ListenableFuture
A
Future that accepts completion listeners. |
| ListenableScheduledFuture
Helper interface to implement both
ListenableFuture and ScheduledFuture. |
| ListeningExecutorService
An
ExecutorService that returns ListenableFuture instances. |
| SettableFuture
A
ListenableFuture whose result can be set by a SettableFuture.set(Object), SettableFuture.setException(Throwable) or SettableFuture.setFuture(ListenableFuture) call. |
Copyright © 2007-2022. All Rights Reserved.