dashboard
repositories
activity
search
login
Normand Briere
/
GrafreeD
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Disabled timer for instant selection.
Normand Briere
2019-05-05
631719825b865aaf9fa1cb124d9fc5bd9dd78bd4
[~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);
}