Back to project page geocamTalkForAndroid.
The source code is released under:
NASA OPEN SOURCE AGREEMENT VERSION 1.3 THIS OPEN SOURCE AGREEMENT ("AGREEMENT") DEFINES THE RIGHTS OF USE, REPRODUCTION, DISTRIBUTION, MODIFICATION AND REDISTRIBUTION OF CERTAIN COMPUTER SOFTWARE ORI...
If you think the Android project geocamTalkForAndroid 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 gov.nasa.arc.geocam.talk.service; /*from w ww .j a va 2 s. com*/ // TODO: Auto-generated Javadoc /** * The Interface IGeoCamSynchronizationTimerTask. */ public interface IGeoCamSynchronizationTimerTask extends Runnable { /** * Reset timer. */ void resetTimer(); /** * Stop timer. */ void stopTimer(); }