public static class PresenceModule.ContactAvailableHandler.ContactAvailableEvent extends tigase.jaxmpp.core.client.eventbus.JaxmppEvent<PresenceModule.ContactAvailableHandler>
| Constructor and Description |
|---|
ContactAvailableEvent(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 |
|---|---|
void |
dispatch(PresenceModule.ContactAvailableHandler 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 void dispatch(PresenceModule.ContactAvailableHandler handler) throws tigase.jaxmpp.core.client.exceptions.JaxmppException
dispatch in class tigase.jaxmpp.core.client.eventbus.Event<PresenceModule.ContactAvailableHandler>tigase.jaxmpp.core.client.exceptions.JaxmppExceptionpublic tigase.jaxmpp.core.client.JID getJid()
public void setJid(tigase.jaxmpp.core.client.JID jid)
public Integer getPriority()
public void setPriority(Integer priority)
public tigase.jaxmpp.core.client.xmpp.stanzas.Presence.Show getShow()
public void setShow(tigase.jaxmpp.core.client.xmpp.stanzas.Presence.Show show)
public tigase.jaxmpp.core.client.xmpp.stanzas.Presence getStanza()
public void setStanza(tigase.jaxmpp.core.client.xmpp.stanzas.Presence stanza)
public String getStatus()
public void setStatus(String status)
Copyright © 2006–2020 Tigase. All rights reserved.