package com.tridium.util.backport.concurrent; public interface Callable { Object call() throws Exception; }