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