public static final class ChatSession.ChatPartnerEvent extends EventObject
ChatPartnerEvent is fired, whenever a ChatSession's partner was
replaced.ChatSession.addChatPartnerListener(Consumer),
ChatSession.removeChatPartnerListener(Consumer),
Serialized Form| Modifier and Type | Method and Description |
|---|---|
rocks.xmpp.addr.Jid |
getNewChatPartner()
Gets the JID of the new chat partner.
|
rocks.xmpp.addr.Jid |
getOldChatPartner()
Gets the JID of the old chat partner.
|
getSource, toStringpublic final rocks.xmpp.addr.Jid getNewChatPartner()
null.getOldChatPartner()public final rocks.xmpp.addr.Jid getOldChatPartner()
null.getNewChatPartner()Copyright © 2014–2015 XMPP.rocks. All rights reserved.