Smack

org.jivesoftware.smackx.workgroup.agent
Interface OfferConfirmationListener


public interface OfferConfirmationListener


Method Summary
 void offerConfirmed(OfferConfirmation confirmedOffer)
          The implementing class instance will be notified via this when the AgentSession has confirmed the acceptance of the Offer.
 

Method Detail

offerConfirmed

void offerConfirmed(OfferConfirmation confirmedOffer)
The implementing class instance will be notified via this when the AgentSession has confirmed the acceptance of the Offer. The instance will then have the ability to create the room and send the service the room name created for tracking.

Parameters:
confirmedOffer - the ConfirmedOffer

Smack

Copyright © 2003-2007 Jive Software.