Back to project page spacegunner.
The source code is released under:
MIT License
If you think the Android project spacegunner 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 com.example.spacegunner.gameresult; /* ww w . j av a 2 s .co m*/ public interface GameResultPresenter { public void saveHighscoreButtonClicked(final String playerName); public void buttonReturnMainViewClicked(); public void backButtonPressed(); }