Back to project page geocamTalkAndroid.
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 geocamTalkAndroid listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
// __BEGIN_LICENSE__ // Copyright (C) 2008-2010 United States Government as represented by // the Administrator of the National Aeronautics and Space Administration. // All Rights Reserved. // __END_LICENSE__ /*ww w .ja v a2 s .c o m*/ package gov.nasa.arc.geocam.talk.service; // TODO: Auto-generated Javadoc /** * The Interface IGeoCamSynchronizationTimerTask. */ public interface IGeoCamSynchronizationTimerTask extends Runnable { /** * Reset timer. */ void resetTimer(); /** * Stop timer. */ void stopTimer(); }