dashboard
repositories
activity
search
login
Normand Briere
/
GrafreeD
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Prepare bimtexture.
Normand Briere
2019-07-21
40f408aaee14abd85d391008b4d22977dc586b50
[~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);
}