-
- All Known Subinterfaces:
IGameStateManager
- All Known Implementing Classes:
BufferedGameStateManager,GameStateManager
public interface IFinishListener- Author:
- Jeff Riggle
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonFinished()This is called when the game is finished.
-