rero.dcc
public class Chat extends ProtocolDCC implements ClientStateListener
| Field Summary | |
|---|---|
| protected BufferedReader | input |
| protected PrintStream | output |
| Constructor Summary | |
|---|---|
| Chat(String _nickname) | |
| Method Summary | |
|---|---|
| void | fireError(String description) |
| void | fireEvent(String event, String description) |
| String | getNickname() returns the nickname of who we are having a *chat* with |
| int | getTypeOfDCC() |
| void | propertyChanged(String property, String value) |
| void | run() |
| void | sendln(String text) sends a message to the chat |