de.schlichtherle.io
Interface Executor
- All Known Implementing Classes:
- JSE5Executor, LegacyExecutor
interface Executor
Creates cancellable tasks.
This interface implements a subset of the functionality in JSE5's
ExecutorService interface,
which enables to backport the functionality to J2SE 1.4 easily.
- Since:
- TrueZIP 6.5
- Author:
- Christian Schlichtherle
|
Method Summary |
Task |
submit(Runnable target)
Returns a cancellable Task for the given
target. |
submit
Task submit(Runnable target)
- Returns a cancellable
Task for the given
target.
Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.