public static class MessageDeliveryReceiptsExtension.ReceiptReceivedHandler.ReceiptReceivedEvent extends tigase.jaxmpp.core.client.eventbus.JaxmppEvent<MessageDeliveryReceiptsExtension.ReceiptReceivedHandler>
| Constructor and Description |
|---|
ReceiptReceivedEvent(tigase.jaxmpp.core.client.SessionObject sessionObject,
tigase.jaxmpp.core.client.xmpp.modules.chat.Chat chat,
tigase.jaxmpp.core.client.xmpp.stanzas.Message msg,
String confirmedId) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(MessageDeliveryReceiptsExtension.ReceiptReceivedHandler handler) |
tigase.jaxmpp.core.client.xmpp.modules.chat.Chat |
getChat() |
String |
getConfirmedId() |
tigase.jaxmpp.core.client.xmpp.stanzas.Message |
getMessage() |
void |
setChat(tigase.jaxmpp.core.client.xmpp.modules.chat.Chat chat) |
void |
setConfirmedId(String confirmedId) |
void |
setMessage(tigase.jaxmpp.core.client.xmpp.stanzas.Message message) |
public ReceiptReceivedEvent(tigase.jaxmpp.core.client.SessionObject sessionObject,
tigase.jaxmpp.core.client.xmpp.modules.chat.Chat chat,
tigase.jaxmpp.core.client.xmpp.stanzas.Message msg,
String confirmedId)
protected void dispatch(MessageDeliveryReceiptsExtension.ReceiptReceivedHandler handler)
dispatch in class tigase.jaxmpp.core.client.eventbus.Event<MessageDeliveryReceiptsExtension.ReceiptReceivedHandler>public tigase.jaxmpp.core.client.xmpp.modules.chat.Chat getChat()
public String getConfirmedId()
public tigase.jaxmpp.core.client.xmpp.stanzas.Message getMessage()
public void setChat(tigase.jaxmpp.core.client.xmpp.modules.chat.Chat chat)
public void setConfirmedId(String confirmedId)
confirmedId - the confirmedId to setpublic void setMessage(tigase.jaxmpp.core.client.xmpp.stanzas.Message message)
message - the message to setCopyright © 2006–2016 Tigase. All rights reserved.