Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.ematgine.utils.concurrent
Interface Callable  view Callable download Callable.java

All Known Implementing Classes:
TimedCallable

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. ]


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

Method Detail

call

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