public static class PresenceModule.BeforePresenceSendHandler.BeforePresenceSendEvent extends tigase.jaxmpp.core.client.eventbus.JaxmppEventWithCallback<PresenceModule.BeforePresenceSendHandler>
| Modifier and Type | Field and Description |
|---|---|
protected tigase.jaxmpp.core.client.xmpp.stanzas.Presence |
presence |
| Constructor and Description |
|---|
BeforePresenceSendEvent(tigase.jaxmpp.core.client.SessionObject sessionObject,
tigase.jaxmpp.core.client.xmpp.stanzas.Presence presence,
tigase.jaxmpp.core.client.eventbus.JaxmppEventWithCallback.RunAfter<PresenceModule.BeforePresenceSendHandler.BeforePresenceSendEvent> runAfter) |
| Modifier and Type | Method and Description |
|---|---|
void |
dispatch(PresenceModule.BeforePresenceSendHandler handler) |
tigase.jaxmpp.core.client.xmpp.stanzas.Presence |
getPresence() |
void |
setPresence(tigase.jaxmpp.core.client.xmpp.stanzas.Presence presence) |
public BeforePresenceSendEvent(tigase.jaxmpp.core.client.SessionObject sessionObject,
tigase.jaxmpp.core.client.xmpp.stanzas.Presence presence,
tigase.jaxmpp.core.client.eventbus.JaxmppEventWithCallback.RunAfter<PresenceModule.BeforePresenceSendHandler.BeforePresenceSendEvent> runAfter)
public void dispatch(PresenceModule.BeforePresenceSendHandler handler) throws tigase.jaxmpp.core.client.exceptions.JaxmppException
dispatch in class tigase.jaxmpp.core.client.eventbus.Event<PresenceModule.BeforePresenceSendHandler>tigase.jaxmpp.core.client.exceptions.JaxmppExceptionpublic tigase.jaxmpp.core.client.xmpp.stanzas.Presence getPresence()
public void setPresence(tigase.jaxmpp.core.client.xmpp.stanzas.Presence presence)
Copyright © 2006–2020 Tigase. All rights reserved.