public static final class ChatSession.ChatPartnerEvent
extends java.util.EventObject
A 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.
|
public final Jid getNewChatPartner()
Gets the JID of the new chat partner. Will never be null.
getOldChatPartner()public final Jid getOldChatPartner()
Gets the JID of the old chat partner. Will never be null.
getNewChatPartner()Copyright © 2014–2019 XMPP.rocks. All rights reserved.