Normand Briere
2019-06-11 d0dc7ff35d71919d503ae35592478b173cf3cfd3
1
2
3
4
5
6
7
8
9
package mocap.player;
 
/**
 *
 * @author Michael Kipp
 */
public interface PlayerFrameListener {
    public void frameUpdate(int framenumber);
}