Back to project page daisy_main.
The source code is released under:
GNU General Public License
If you think the Android project daisy_main 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.uvwxy.daisy.nodemap.guicontent; /*from w w w . j a v a 2 s . c om*/ import de.uvwxy.daisy.nodemap.ar.SensorARView; public class CMARView implements IDestroy { public SensorARView arview; @Override public void destroy() { // TODO Nothing to do here? } }