Skip to content

Instantly share code, notes, and snippets.

@kundansviet
Created February 21, 2016 12:35
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 kundansviet/3b706dc987485433204c to your computer and use it in GitHub Desktop.
Save kundansviet/3b706dc987485433204c to your computer and use it in GitHub Desktop.
/**
* Created by androidwarriors on 2/18/2016.
*/
public interface Listener {
void nameToChnge(String name);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment