/** * */ package org.commcare.android.util; /** * @author ctsims * */ public interface DelayedOperation<T> { public T execute(); }