Back to project page adventure.datetime.
The source code is released under:
MIT License
If you think the Android project adventure.datetime 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 ca.cmput301f13t03.adventure_datetime.view; import ca.cmput301f13t03.adventure_datetime.model.StoryFragment; public interface IFragmentSelected { public void OnFragmentSelected(StoryFragment selectedFragment); }