001package headfirst.combined.djview;
002
003public interface BeatObserver {
004        void updateBeat();
005}