package mocap.player; /** * * @author Michael Kipp */ public interface PlayerFrameListener { public void frameUpdate(int framenumber); }