public interface InvitationRejectionListener
| Modifier and Type | Method and Description |
|---|---|
void |
invitationDeclined(java.lang.String invitee,
java.lang.String reason)
Called when the invitee declines the invitation.
|
void invitationDeclined(java.lang.String invitee,
java.lang.String reason)
invitee - the invitee that declined the invitation. (e.g. hecate@shakespeare.lit).reason - the reason why the invitee declined the invitation.