dashboard
repositories
activity
search
login
Normand Briere
/
GrafreeD
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Refactoring phase 3
Normand Briere
2019-04-22
3c4c16e0a4ca3949a7a37a24607df7f89abfe7ea
[~nbriere/GrafreeD.git]
/
iCallBack.java
1
2
3
4
5
6
interface iCallBack
{
void Callback(Object obj);
void DragGesture();
}