package dt; public interface ClockDelegate { void clockStarted(Clock clk); void clockStopped(Clock clk); }