public static class PresenceModule.ContactChangedPresenceHandler.ContactChangedPresenceEvent extends tigase.jaxmpp.core.client.eventbus.JaxmppEvent<PresenceModule.ContactChangedPresenceHandler>
| Constructor and Description |
|---|
ContactChangedPresenceEvent(tigase.jaxmpp.core.client.SessionObject sessionObject,
tigase.jaxmpp.core.client.xmpp.stanzas.Presence presence,
tigase.jaxmpp.core.client.JID jid,
tigase.jaxmpp.core.client.xmpp.stanzas.Presence.Show show,
String statusMessage,
Integer priority) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(PresenceModule.ContactChangedPresenceHandler handler) |
tigase.jaxmpp.core.client.JID |
getJid() |
Integer |
getPriority() |
tigase.jaxmpp.core.client.xmpp.stanzas.Presence.Show |
getShow() |
tigase.jaxmpp.core.client.xmpp.stanzas.Presence |
getStanza() |
String |
getStatus() |
void |
setJid(tigase.jaxmpp.core.client.JID jid) |
void |
setPriority(Integer priority) |
void |
setShow(tigase.jaxmpp.core.client.xmpp.stanzas.Presence.Show show) |
void |
setStanza(tigase.jaxmpp.core.client.xmpp.stanzas.Presence stanza) |
void |
setStatus(String status) |
public ContactChangedPresenceEvent(tigase.jaxmpp.core.client.SessionObject sessionObject,
tigase.jaxmpp.core.client.xmpp.stanzas.Presence presence,
tigase.jaxmpp.core.client.JID jid,
tigase.jaxmpp.core.client.xmpp.stanzas.Presence.Show show,
String statusMessage,
Integer priority)
protected void dispatch(PresenceModule.ContactChangedPresenceHandler handler) throws tigase.jaxmpp.core.client.exceptions.JaxmppException
dispatch in class tigase.jaxmpp.core.client.eventbus.Event<PresenceModule.ContactChangedPresenceHandler>tigase.jaxmpp.core.client.exceptions.JaxmppExceptionpublic tigase.jaxmpp.core.client.JID getJid()
public Integer getPriority()
public tigase.jaxmpp.core.client.xmpp.stanzas.Presence.Show getShow()
public tigase.jaxmpp.core.client.xmpp.stanzas.Presence getStanza()
public String getStatus()
public void setJid(tigase.jaxmpp.core.client.JID jid)
public void setPriority(Integer priority)
public void setShow(tigase.jaxmpp.core.client.xmpp.stanzas.Presence.Show show)
public void setStanza(tigase.jaxmpp.core.client.xmpp.stanzas.Presence stanza)
public void setStatus(String status)
Copyright © 2006–2015 Tigase. All rights reserved.