public static class PresenceModule.ContactUnsubscribedHandler.ContactUnsubscribedEvent extends JaxmppEvent<PresenceModule.ContactUnsubscribedHandler>
sessionObject| Constructor and Description |
|---|
ContactUnsubscribedEvent(SessionObject sessionObject,
Presence presence,
BareJID bareJID) |
| Modifier and Type | Method and Description |
|---|---|
void |
dispatch(PresenceModule.ContactUnsubscribedHandler handler)
Invokes handlers method.
|
BareJID |
getJid() |
Presence |
getStanza() |
void |
setJid(BareJID jid) |
void |
setStanza(Presence stanza) |
getSessionObjectpublic ContactUnsubscribedEvent(SessionObject sessionObject, Presence presence, BareJID bareJID)
public void dispatch(PresenceModule.ContactUnsubscribedHandler handler)
Eventdispatch in class Event<PresenceModule.ContactUnsubscribedHandler>handler - handlerpublic BareJID getJid()
public void setJid(BareJID jid)
public Presence getStanza()
public void setStanza(Presence stanza)
Copyright © 2006–2020 Tigase. All rights reserved.