Back to project page Joetz-Android-V2.
The source code is released under:
GNU General Public License
If you think the Android project Joetz-Android-V2 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 com.example.jens.myapplication.sam; /* ww w. j ava2 s .c o m*/ /** * Created by Sam on 10/11/2014. */ public interface MySaveableFragment { /** * Passes the bundle containing information about this fragment to the * FragmentInteractionListener of this fragment */ public void passBundleToParent(); }