Back to project page SeeKampf.
The source code is released under:
GNU General Public License
If you think the Android project SeeKampf 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 net.avedo.seekampf.utils; // w w w. ja v a 2s. c om import android.os.Bundle; public class Interfaces { private Interfaces() {} public interface OnFragmentActionListener { public void onFragmentAction(int action, Bundle extras); public void onFragmentRequest(int request, Bundle extras); } }