public final class ContactExchangeEvent extends EventObject
| Modifier and Type | Method and Description |
|---|---|
Instant |
getDate()
Gets the send date.
|
rocks.xmpp.addr.Jid |
getFrom()
Gets the sender of the roster item exchange.
|
List<ContactExchange.Item> |
getItems()
Gets the roster exchange items.
|
String |
getMessage()
Gets the optional message, which has been sent together with the roster item exchange.
|
getSource, toStringpublic String getMessage()
public List<ContactExchange.Item> getItems()
public rocks.xmpp.addr.Jid getFrom()
public Instant getDate()
Copyright © 2014–2016 XMPP.rocks. All rights reserved.