public interface FutureObserver<T> extends EventListener
Modifier and Type | Interface and Description |
---|---|
static interface |
FutureObserver.ObservableFuture<T> |
Modifier and Type | Method and Description |
---|---|
void |
futureCompleted(java.util.concurrent.Future<T> e) |
void futureCompleted(java.util.concurrent.Future<T> e)
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.