Back to project page WAIDRecognizer.
The source code is released under:
GNU General Public License
If you think the Android project WAIDRecognizer listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
/** * /*from ww w. ja v a 2s . c om*/ */ package it.unibo.cs.jonus.waidrec; /** * @author jei * */ public interface VehicleObserver { public void onNewInstance(VehicleInstance instance); }