Back to project page asecrypto-goes-mobile-app.
The source code is released under:
GNU General Public License
If you think the Android project asecrypto-goes-mobile-app 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 at.fhj.gaar.asecrypto.mobile.ui.navigation; //from w ww . j a v a2 s . c o m /** * Callbacks interface that all activities using this fragment must implement. */ public interface NavigationDrawerCallable { /** * Called when an task item of the navigation drawer is selected. */ void onTaskItemSelected(int taskId, String taskName); }