Smack

org.jivesoftware.smackx.muc
Interface InvitationRejectionListener


public interface InvitationRejectionListener

A listener that is fired anytime an invitee declines or rejects an invitation.

Author:
Gaston Dombiak

Method Summary
 void invitationDeclined(String invitee, String reason)
          Called when the invitee declines the invitation.
 

Method Detail

invitationDeclined

void invitationDeclined(String invitee,
                        String reason)
Called when the invitee declines the invitation.

Parameters:
invitee - the invitee that declined the invitation. (e.g. hecate@shakespeare.lit).
reason - the reason why the invitee declined the invitation.

Smack

Copyright © 2003 Jive Software.