Skip to content

Instantly share code, notes, and snippets.

@nalitzis
Last active December 20, 2015 07:09
Show Gist options
  • Save nalitzis/6091726 to your computer and use it in GitHub Desktop.
Save nalitzis/6091726 to your computer and use it in GitHub Desktop.
public interface SampleClass {
void doAsync(Listener l);
public interface Listener{
void onValueChanged(int i);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment