Class part3.chapter18.Chatboard
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class part3.chapter18.Chatboard

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----part3.chapter18.Chatboard

public class Chatboard
extends Panel
implements Runnable

Variable Index

 o exec
 o input
 o o
 o output
 o q

Constructor Index

 o Chatboard()

Method Index

 o action(Event, Object)
 o getMessageOutput()
 o run()
 o setMessageOutput(MessageOutput)

Variables

 o output
  protected TextArea output
 o input
  protected TextField input
 o q
  protected Queue q
 o exec
  protected Thread exec
 o o
  protected MessageOutput o

Constructors

 o Chatboard
  public Chatboard()

Methods

 o setMessageOutput
  public void setMessageOutput(MessageOutput o)
 o getMessageOutput
  public MessageOutput getMessageOutput()
 o action
  public boolean action(Event e,
                        Object arg)
Overrides:
action in class Component
 o run
  public void run()

All Packages  Class Hierarchy  This Package  Previous  Next  Index