Skip to content

Instantly share code, notes, and snippets.

@vestrel00
Created July 26, 2017 16:46
Show Gist options
  • Save vestrel00/8ef448dd74c897c4936e7db809342eb5 to your computer and use it in GitHub Desktop.
Save vestrel00/8ef448dd74c897c4936e7db809342eb5 to your computer and use it in GitHub Desktop.
A: 5 - ui/main/MainFragmentListener.java
interface MainFragmentListener {
void onExample1Clicked();
void onExample2Clicked();
void onExample3Clicked();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment