Skip to content

Instantly share code, notes, and snippets.

@dazza5000
Created November 16, 2016 19:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dazza5000/1d12b2f775b389f2c8c16ec320a2326f to your computer and use it in GitHub Desktop.
Save dazza5000/1d12b2f775b389f2c8c16ec320a2326f to your computer and use it in GitHub Desktop.
Events Presenter
interface Presenter {
void loadEvents();
void loadYummyCounts();
void searchEvents(String searchTerm);
void openEventDetails(Event clickedEvent);
void setFiltering(EventsFilterType requestType);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment