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