de.schlichtherle.io
Class LegacyExecutor.LegacyTask
java.lang.Object
de.schlichtherle.io.LegacyExecutor.LegacyTask
- All Implemented Interfaces:
- Task
- Enclosing class:
- LegacyExecutor
private static final class LegacyExecutor.LegacyTask
- extends Object
- implements Task
|
Method Summary |
void |
cancel()
Cancels this task. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
thread
private final Thread thread
LegacyExecutor.LegacyTask
private LegacyExecutor.LegacyTask(Runnable target,
String threadName)
cancel
public void cancel()
- Description copied from interface:
Task
- Cancels this task.
- Specified by:
cancel in interface Task
Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.