public static class PresenceModule.SubscribeRequestHandler.SubscribeRequestEvent extends tigase.jaxmpp.core.client.eventbus.JaxmppEvent<PresenceModule.SubscribeRequestHandler>
| Constructor and Description |
|---|
SubscribeRequestEvent(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 |
|---|---|
protected void |
dispatch(PresenceModule.SubscribeRequestHandler 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 SubscribeRequestEvent(tigase.jaxmpp.core.client.SessionObject sessionObject,
tigase.jaxmpp.core.client.xmpp.stanzas.Presence presence,
tigase.jaxmpp.core.client.BareJID bareJID)
protected void dispatch(PresenceModule.SubscribeRequestHandler handler)
dispatch in class tigase.jaxmpp.core.client.eventbus.Event<PresenceModule.SubscribeRequestHandler>public tigase.jaxmpp.core.client.BareJID getJid()
public tigase.jaxmpp.core.client.xmpp.stanzas.Presence getStanza()
public void setJid(tigase.jaxmpp.core.client.BareJID jid)
public void setStanza(tigase.jaxmpp.core.client.xmpp.stanzas.Presence stanza)
Copyright © 2006–2015 Tigase. All rights reserved.