screens
Class TestScreen

java.lang.Object
  extended by Form
      extended by screens.TestScreen

public class TestScreen
extends Form

The TestScreen class is used primarily as a debugging tool. This is included in the screen list for use by other developers of this project at a later date.

Author:
John Van Enk

Constructor Summary
TestScreen(java.lang.String formTitle, BadCoffeeFinal m)
           
 
Method Summary
 void commandAction(Command command, Item item)
           
 void setupScreen()
          Prepare the screen for display.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestScreen

public TestScreen(java.lang.String formTitle,
                  BadCoffeeFinal m)
Parameters:
formTitle - - Title of the form.
m - - The main program class (A BadCoffeeFinal object).
Method Detail

setupScreen

public void setupScreen()
Prepare the screen for display.


commandAction

public void commandAction(Command command,
                          Item item)