Skip to content

Instantly share code, notes, and snippets.

@ishmaelmakitla
Created April 29, 2016 13:41
Show Gist options
  • Save ishmaelmakitla/29e2ee147240067da7d09d14adfa0f1c to your computer and use it in GitHub Desktop.
Save ishmaelmakitla/29e2ee147240067da7d09d14adfa0f1c to your computer and use it in GitHub Desktop.
package <package-name-here>
/**
* This is just a dummy listener to make a point - the inner class constructor uses interface as a type of its argument.
* */
public interface DummyToastListener {
public void onToastValue(double value);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment