|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ChatListener
Listens to the creation and closing of Chats.
| Method Summary | |
|---|---|
void |
chatClosed(Chat chat)
Notifies this instance that a Chat has been closed. |
void |
chatCreated(Chat chat)
Notifies this instance that a new Chat has been created. |
| Method Detail |
|---|
void chatClosed(Chat chat)
chat - the Chat which has been closedvoid chatCreated(Chat chat)
chat - the new Chat which has been created
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||