Class GenericChat
java.lang.Object
|
+--GenericChat
- public class GenericChat
- extends java.lang.Object
|
Constructor Summary |
GenericChat(java.lang.String host,
int port,
java.lang.String name)
|
|
Method Summary |
protected void |
initAWT()
|
static void |
main(java.lang.String[] args)
|
void |
start()
|
void |
stop()
|
| Methods inherited from class java.lang.Object |
,
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
registerNatives,
toString,
wait,
wait,
wait |
host
protected java.lang.String host
name
protected java.lang.String name
port
protected int port
frame
protected java.awt.Frame frame
cb
protected ChatboardClient cb
wb
protected WhiteboardClient wb
client
protected GenericClient client
GenericChat
public GenericChat(java.lang.String host,
int port,
java.lang.String name)
initAWT
protected void initAWT()
start
public void start()
throws java.io.IOException
stop
public void stop()
throws java.io.IOException
main
public static void main(java.lang.String[] args)
throws java.io.IOException