public static class PresenceModule.ContactAvailableHandler.ContactAvailableEvent extends JaxmppEvent<PresenceModule.ContactAvailableHandler>
sessionObject| Constructor and Description |
|---|
ContactAvailableEvent(SessionObject sessionObject,
Presence presence,
JID jid,
Presence.Show show,
String statusMessage,
Integer priority) |
| Modifier and Type | Method and Description |
|---|---|
void |
dispatch(PresenceModule.ContactAvailableHandler handler)
Invokes handlers method.
|
JID |
getJid() |
Integer |
getPriority() |
Presence.Show |
getShow() |
Presence |
getStanza() |
String |
getStatus() |
void |
setJid(JID jid) |
void |
setPriority(Integer priority) |
void |
setShow(Presence.Show show) |
void |
setStanza(Presence stanza) |
void |
setStatus(String status) |
getSessionObjectpublic ContactAvailableEvent(SessionObject sessionObject, Presence presence, JID jid, Presence.Show show, String statusMessage, Integer priority)
public void dispatch(PresenceModule.ContactAvailableHandler handler) throws JaxmppException
Eventdispatch in class Event<PresenceModule.ContactAvailableHandler>handler - handlerJaxmppExceptionpublic JID getJid()
public void setJid(JID jid)
public Integer getPriority()
public void setPriority(Integer priority)
public Presence.Show getShow()
public void setShow(Presence.Show show)
public Presence getStanza()
public void setStanza(Presence stanza)
public String getStatus()
public void setStatus(String status)
Copyright © 2006–2018 Tigase. All rights reserved.