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
- Version:
- $Id: Executor.java 06f3ba684701 2010/11/04 01:15:55 christian $
- 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.