public final class MessageDeliveredEvent extends EventObject
| Modifier and Type | Method and Description |
|---|---|
Instant |
getDeliveryDate()
Gets the date, when the original message has been delivered, i.e. when the delivery receipt has been sent.
|
rocks.xmpp.addr.Jid |
getFrom()
Gets the sender of the receipt.
|
String |
getMessageId()
Gets the message id of the successfully delivered message.
|
getSource, toStringpublic final String getMessageId()
public final Instant getDeliveryDate()
public final rocks.xmpp.addr.Jid getFrom()
Copyright © 2014–2017 XMPP.rocks. All rights reserved.