Created
April 29, 2016 13:41
-
-
Save ishmaelmakitla/29e2ee147240067da7d09d14adfa0f1c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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