org.embedchat.desktop.gui
Class ChatGUI
java.lang.Object
org.embedchat.desktop.Observer
org.embedchat.desktop.gui.ChatGUI
- All Implemented Interfaces:
- java.util.EventListener, javax.swing.event.DocumentListener
public class ChatGUI
- extends Observer
- implements javax.swing.event.DocumentListener
- Author:
- koba
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CONNECT_ACTION_COMMAND
public static final java.lang.String CONNECT_ACTION_COMMAND
- See Also:
- Constant Field Values
ChatGUI
public ChatGUI(StateModel model)
createAndShowGUI
public void createAndShowGUI()
update
public void update()
- Specified by:
update in class Observer
insertUpdate
public void insertUpdate(javax.swing.event.DocumentEvent event)
- Specified by:
insertUpdate in interface javax.swing.event.DocumentListener
removeUpdate
public void removeUpdate(javax.swing.event.DocumentEvent event)
- Specified by:
removeUpdate in interface javax.swing.event.DocumentListener
changedUpdate
public void changedUpdate(javax.swing.event.DocumentEvent event)
- Specified by:
changedUpdate in interface javax.swing.event.DocumentListener
Copyright 2006-2006 embedchat.org. All Rights Reserved.