Back to project page QuestCompass.
The source code is released under:
Apache License
If you think the Android project QuestCompass listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package de.renard.radar.views; /*from w w w . j ava 2 s . com*/ import gen.radar.Location; /** * Created by renard on 31/12/13. */ public interface LocationDeleteInterface { void deleteLocation(Location location); }