Back to project page qshuttle_driver.
The source code is released under:
MIT License
If you think the Android project qshuttle_driver listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
/** * /* w w w . j a v a2 s . c om*/ */ package com.qshuttle.car; /** * @author wangpeifeng * */ public interface TimerCallBack { public void onTimerOut(); }