public static class JingleModule.JingleSessionInitiationHandler.JingleSessionInitiationEvent extends tigase.jaxmpp.core.client.eventbus.JaxmppEvent<JingleModule.JingleSessionInitiationHandler>
| Constructor and Description |
|---|
JingleSessionInitiationEvent(tigase.jaxmpp.core.client.SessionObject sessionObject,
tigase.jaxmpp.core.client.JID sender,
String sid,
tigase.jaxmpp.core.client.xml.Element description,
List<Transport> transports,
tigase.jaxmpp.core.client.xmpp.utils.MutableBoolean handled) |
| Modifier and Type | Method and Description |
|---|---|
void |
dispatch(JingleModule.JingleSessionInitiationHandler handler) |
tigase.jaxmpp.core.client.xml.Element |
getDescription() |
tigase.jaxmpp.core.client.xmpp.utils.MutableBoolean |
getHandled() |
tigase.jaxmpp.core.client.JID |
getSender() |
String |
getSid() |
List<Transport> |
getTransports() |
void |
setDescription(tigase.jaxmpp.core.client.xml.Element description) |
void |
setHandled(tigase.jaxmpp.core.client.xmpp.utils.MutableBoolean handled) |
void |
setSender(tigase.jaxmpp.core.client.JID sender) |
void |
setSid(String sid) |
void |
setTransports(List<Transport> transports) |
public JingleSessionInitiationEvent(tigase.jaxmpp.core.client.SessionObject sessionObject,
tigase.jaxmpp.core.client.JID sender,
String sid,
tigase.jaxmpp.core.client.xml.Element description,
List<Transport> transports,
tigase.jaxmpp.core.client.xmpp.utils.MutableBoolean handled)
public void dispatch(JingleModule.JingleSessionInitiationHandler handler)
dispatch in class tigase.jaxmpp.core.client.eventbus.Event<JingleModule.JingleSessionInitiationHandler>public tigase.jaxmpp.core.client.xml.Element getDescription()
public void setDescription(tigase.jaxmpp.core.client.xml.Element description)
public tigase.jaxmpp.core.client.xmpp.utils.MutableBoolean getHandled()
public void setHandled(tigase.jaxmpp.core.client.xmpp.utils.MutableBoolean handled)
public tigase.jaxmpp.core.client.JID getSender()
public void setSender(tigase.jaxmpp.core.client.JID sender)
public String getSid()
public void setSid(String sid)
Copyright © 2006–2018 Tigase. All rights reserved.