String Transformers Problem Set Javadocs

cs101.util.gamecontrol
Interface Stoppable

All Known Subinterfaces:
GameControllable

public interface Stoppable

Interface for an object with a stop() 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 stop()
           
 

Method Detail

stop

public void stop()

String Transformers Problem Set Javadocs