dashboard
repositories
activity
search
login
Normand Briere
/
GrafreeD
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
step ?>=? count
Normand Briere
2016-02-27
28ab4dad99d24372ea58b09a00eafbce1291c278
[~nbriere/GrafreeD.git]
/
mocap
/
player
/
PlayerFrameListener.java
1
2
3
4
5
6
7
8
9
package mocap.player;
/**
*
* @author Michael Kipp
*/
public interface PlayerFrameListener {
public void frameUpdate(int framenumber);
}