public static class PresenceModule.ContactUnsubscribedHandler.ContactUnsubscribedEvent extends tigase.jaxmpp.core.client.eventbus.JaxmppEvent<PresenceModule.ContactUnsubscribedHandler>
| Constructor and Description |
|---|
ContactUnsubscribedEvent(tigase.jaxmpp.core.client.SessionObject sessionObject,
tigase.jaxmpp.core.client.xmpp.stanzas.Presence presence,
tigase.jaxmpp.core.client.BareJID bareJID) |
| Modifier and Type | Method and Description |
|---|---|
void |
dispatch(PresenceModule.ContactUnsubscribedHandler handler) |
tigase.jaxmpp.core.client.BareJID |
getJid() |
tigase.jaxmpp.core.client.xmpp.stanzas.Presence |
getStanza() |
void |
setJid(tigase.jaxmpp.core.client.BareJID jid) |
void |
setStanza(tigase.jaxmpp.core.client.xmpp.stanzas.Presence stanza) |
public ContactUnsubscribedEvent(tigase.jaxmpp.core.client.SessionObject sessionObject,
tigase.jaxmpp.core.client.xmpp.stanzas.Presence presence,
tigase.jaxmpp.core.client.BareJID bareJID)
public void dispatch(PresenceModule.ContactUnsubscribedHandler handler)
dispatch in class tigase.jaxmpp.core.client.eventbus.Event<PresenceModule.ContactUnsubscribedHandler>public tigase.jaxmpp.core.client.BareJID getJid()
public void setJid(tigase.jaxmpp.core.client.BareJID jid)
public tigase.jaxmpp.core.client.xmpp.stanzas.Presence getStanza()
public void setStanza(tigase.jaxmpp.core.client.xmpp.stanzas.Presence stanza)
Copyright © 2006–2018 Tigase. All rights reserved.