Uses of Class
org.jivesoftware.smackx.workgroup.agent.OfferConfirmation
-
Packages that use OfferConfirmation Package Description org.jivesoftware.smackx.workgroup.agent TODO describe me. -
-
Uses of OfferConfirmation in org.jivesoftware.smackx.workgroup.agent
Methods in org.jivesoftware.smackx.workgroup.agent that return OfferConfirmation Modifier and Type Method Description OfferConfirmation
OfferConfirmation.Provider. parse(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment)
Methods in org.jivesoftware.smackx.workgroup.agent with parameters of type OfferConfirmation Modifier and Type Method Description void
OfferConfirmationListener. offerConfirmed(OfferConfirmation confirmedOffer)
The implementing class instance will be notified via this when the AgentSession has confirmed the acceptance of theOffer
.
-