| |
|
| nextapp.echo2.app.ContentPane echo2example.chatclient.MessagePane
MessagePane | public class MessagePane extends ContentPane (Code) | | A ContentPane which displays the messages which have been posted
in the chat.
|
Constructor Summary | |
public | MessagePane() Creates a new MessagePane . |
Method Summary | |
public void | update() Updates the state of the MessagePane based on new messages
by querying the ChatApp for new messages. |
MessagePane | public MessagePane()(Code) | | Creates a new MessagePane .
|
update | public void update()(Code) | | Updates the state of the MessagePane based on new messages
by querying the ChatApp for new messages.
|
|
|
|