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 |
---|---|
protected 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) |
getSessionObject
public ContactAvailableEvent(SessionObject sessionObject, Presence presence, JID jid, Presence.Show show, String statusMessage, Integer priority)
protected void dispatch(PresenceModule.ContactAvailableHandler handler) throws JaxmppException
Event
dispatch
in class Event<PresenceModule.ContactAvailableHandler>
handler
- handlerJaxmppException
public JID getJid()
public Integer getPriority()
public Presence.Show getShow()
public Presence getStanza()
public String getStatus()
public void setJid(JID jid)
public void setPriority(Integer priority)
public void setShow(Presence.Show show)
public void setStanza(Presence stanza)
public void setStatus(String status)
Copyright © 2006–2016 Tigase. All rights reserved.