Colt 1.0.1

edu.oswego.cs.dl.util.concurrent
Interface Callable


public interface Callable

Interface for runnable actions that bear results and/or throw Exceptions. This interface is designed to provide a common protocol for result-bearing actions that can be run independently in threads, in which case they are ordinarily used as the bases of Runnables that set FutureResults

[ Introduction to this package. ]

See Also:
FutureResult

Method Summary
 Object call()
          Perform some action that returns a result or throws an exception
 

Method Detail

call

public Object call()
            throws Exception
Perform some action that returns a result or throws an exception

Colt 1.0.1

Submit a bug or feature. Check the Colt home page for the latest news.