Calculator Problem Set Javadocs

cs101.util.gamecontrol
Interface GameControllable

All Superinterfaces:
Pausable, Resettable, Startable, Stoppable

public interface GameControllable
extends Startable, Stoppable, Resettable, Pausable

This interface defines the behavior for a game controller. It is designed with cs101.awt.DefaultGameFrame in mind.


Methods inherited from interface cs101.util.gamecontrol.Startable
start
 
Methods inherited from interface cs101.util.gamecontrol.Stoppable
stop
 
Methods inherited from interface cs101.util.gamecontrol.Resettable
reset
 
Methods inherited from interface cs101.util.gamecontrol.Pausable
pause, unpause
 


Calculator Problem Set Javadocs