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 |
|---|---|
Jid |
getNewChatPartner()
Gets the JID of the new chat partner.
|
Jid |
getOldChatPartner()
Gets the JID of the old chat partner.
|
getSource, toStringpublic final Jid getNewChatPartner()
null.getOldChatPartner()public final Jid getOldChatPartner()
null.getNewChatPartner()Copyright © 2014–2015 XMPP.rocks. All rights reserved.