rcf.core.concurrent.schedule
Interface Future<T>
- All Superinterfaces:
- EventSource, ImmutableSingletonInterface<T>, Task
- All Known Subinterfaces:
- InterruptibleFuture, RunnableFuture<T>
- All Known Implementing Classes:
- DynamicOperation.Default.Continuation, MethodRunnableFuture
@Revision(value="$Revision: 1.5 $",
date="$Date: 2006/11/23 23:07:30 $",
tag="$Name: $")
public interface Future<T>- extends ImmutableSingletonInterface<T>, Task
TODO: Javadoc
TODO: Unit tests, Code review, Javadoc review, Seal/Finalize
TODO: equals, hashCode, toString
- Version:
- $Revision: 1.5 $
- Author:
- Greg Gibeling
| Nested classes/interfaces inherited from interface rcf.core.concurrent.schedule.Task |
Task.State |
| Methods inherited from interface rcf.core.concurrent.schedule.Task |
taskState |