|
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 AdHocChatRoomMessageListener
A listener that registers for AdHocChatRoomMessageEvents issued by a particular AdHocChatRoom.
| Method Summary | |
|---|---|
void |
messageDelivered(AdHocChatRoomMessageDeliveredEvent evt)
Called when the underlying implementation has received an indication that a message, sent earlier has been successfully received by the destination. |
void |
messageDeliveryFailed(AdHocChatRoomMessageDeliveryFailedEvent evt)
Called to indicate that delivery of a message sent earlier to the chat room has failed. |
void |
messageReceived(AdHocChatRoomMessageReceivedEvent evt)
Called when a new incoming Message has been received. |
| Method Detail |
|---|
void messageReceived(AdHocChatRoomMessageReceivedEvent evt)
evt - the AdHocChatRoomMessageReceivedEvent containing the
newly received message, its sender and other details.void messageDelivered(AdHocChatRoomMessageDeliveredEvent evt)
evt - the AdHocChatRoomMessageDeliveredEvent containing the
id of the message that has caused the event.void messageDeliveryFailed(AdHocChatRoomMessageDeliveryFailedEvent evt)
evt - the AdHocChatroomMessageDeliveryFailedEvent
containing the ID of the message whose delivery has failed.
|
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 | |||||||||