dashboard
repositories
activity
search
login
Normand Briere
/
GrafreeD
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Navigation with intersection.
Normand Briere
2019-09-17
54adfcbf93eb477bedeec45409f36cf7e102b790
[~nbriere/GrafreeD.git]
/
iCallBack.java
1
2
3
4
5
6
interface iCallBack
{
void Callback(Object obj);
void DragGesture();
}