Calculator Problem Set Javadocs

cs101.util.gamecontrol
Interface Startable

All Known Subinterfaces:
GameControllable

public interface Startable

Interface for an object with a start() method.

Copyright (c) 1999 Massachusetts Institute of Technology

Version:
$Id: DefaultGameFrame.java
Author:
Paul K. Njoroge, pnjoroge@mit.edu, Lynn Andrea Stein, las@ai.mit.edu

Method Summary
 void start()
           
 

Method Detail

start

public void start()

Calculator Problem Set Javadocs