Back to project page MathApp.
The source code is released under:
MIT License
If you think the Android project MathApp listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package ie.lc.mathApp; //from w w w. jav a 2s .c o m /** * A generic callback interface. */ public interface Callback { public void execute(); }