screens
Class MessageListScreen

java.lang.Object
  extended by List
      extended by screens.MessageListScreen

public class MessageListScreen
extends List

This screen lists all the messages provided form a group.

Author:
John Van Enk

Constructor Summary
MessageListScreen(java.lang.String title, int listType, BadCoffeeFinal m)
          MessageListConstructor
 
Method Summary
 void commandAction(Command c, Displayable d)
           
 void setMessages(MessageList m)
          Sets the MessageList object.
 void setupList()
          Sets up the screen/list for display.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MessageListScreen

public MessageListScreen(java.lang.String title,
                         int listType,
                         BadCoffeeFinal m)
MessageListConstructor

Parameters:
title -
listType -
m -
Method Detail

setMessages

public void setMessages(MessageList m)
Sets the MessageList object.

Parameters:
m -

setupList

public void setupList()
Sets up the screen/list for display.


commandAction

public void commandAction(Command c,
                          Displayable d)