package dasherJava.core.output; public interface PauseDasherTarget { void pauseForTime(int time); //time in ms, or forever if negative }