|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ChatFrameListener
Interface ChatFrameListener specifies the interface for an object that is
triggered by user input in a ChatFrame
.
Method Summary | |
---|---|
void |
newChatRoom()
Report that the user wants to create a new chat room. |
void |
send(String line)
Process the given line of text entered by the user. |
void |
setChatRoom(int i)
Report that the user selected the given chat room. |
Method Detail |
---|
void newChatRoom()
void setChatRoom(int i)
i
- Chat room index.void send(String line)
line
- Line of text.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |