screens
Class MessageScreen

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

public class MessageScreen
extends Form

This screen displays a single message. It includes things like title, poster/author, and body.

Author:
John Van Enk

Constructor Summary
MessageScreen(java.lang.String formTitle, BadCoffeeFinal m)
          Screen constructor.
 
Method Summary
 void commandAction(Command command, Item i)
           
 void setMessage(Message m)
          Sets the message object.
 void setupScreen()
          Sets up the screen for display.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MessageScreen

public MessageScreen(java.lang.String formTitle,
                     BadCoffeeFinal m)
Screen constructor.

Parameters:
formTitle -
Method Detail

setMessage

public void setMessage(Message m)
Sets the message object.

Parameters:
m -

setupScreen

public void setupScreen()
Sets up the screen for display.


commandAction

public void commandAction(Command command,
                          Item i)