simplify map listener handling

This commit is contained in:
Hannes Janetzek
2013-11-23 21:19:41 +01:00
parent 0b880e0f0c
commit 1d6bdcb0f2
13 changed files with 73 additions and 190 deletions
@@ -18,15 +18,6 @@ import org.oscim.event.MotionEvent;
public class AndroidMotionEvent extends MotionEvent {
/**
*
*/
private static final long serialVersionUID = 1L;
public AndroidMotionEvent(Object source) {
super(source);
}
android.view.MotionEvent mEvent;
public void wrap(android.view.MotionEvent e) {