public abstract class Task extends Object implements Runnable
We prefer the use of Task over Runnable since the JVM can more efficiently invoke methods of an abstract class than a interface.
Constructor and Description |
---|
Task() |
Copyright © 2010–2017 FuseSource, Corp.. All rights reserved.