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
-
c
-
-
GenericChat(GenericClient)
-
-
handleEvent(Event)
-
-
main(String[])
-
c
protected GenericClient c
GenericChat
public GenericChat(GenericClient c)
handleEvent
public boolean handleEvent(Event e)
- Overrides:
- handleEvent in class Component
main
public static void main(String args[]) throws IOException
All Packages Class Hierarchy This Package Previous Next Index