Class part3.chapter21.GenericChat
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class part3.chapter21.GenericChat

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Frame
                                   |
                                   +----part3.chapter21.GenericChat

public class GenericChat
extends Frame

Variable Index

 o c

Constructor Index

 o GenericChat(GenericClient)

Method Index

 o handleEvent(Event)
 o main(String[])

Variables

 o c
  protected GenericClient c

Constructors

 o GenericChat
  public GenericChat(GenericClient c)

Methods

 o handleEvent
  public boolean handleEvent(Event e)
Overrides:
handleEvent in class Component
 o main
  public static void main(String args[]) throws IOException

All Packages  Class Hierarchy  This Package  Previous  Next  Index