package com.tridium.util.backport.concurrent; public interface Delayed extends Comparable { long getDelay(TimeUnit timeUnit); }