package com.tridium.util.backport.concurrent; public interface RunnableScheduledFuture extends RunnableFuture, ScheduledFuture { boolean isPeriodic(); }