package java.util.concurrent; public interface Callable { public abstract V call() throws java.lang.Exception; }