com.genesyslab.ail.event
Interface ParticipantsListener

All Superinterfaces:
java.util.EventListener

public interface ParticipantsListener
extends java.util.EventListener

Listener for events on a Participant.


Method Summary
 void participantAdded(java.lang.String interaction_id)
          This method is called if a Participant is added for an InteractionInvitationOut.
 void participantRemoved(java.lang.String interaction_id)
          This method is called if a Participant is deleted for an InteractionInvitationOut.
 

Method Detail

participantAdded

void participantAdded(java.lang.String interaction_id)
This method is called if a Participant is added for an InteractionInvitationOut.

Parameters:
interaction_id - the ID of the interaction.

participantRemoved

void participantRemoved(java.lang.String interaction_id)
This method is called if a Participant is deleted for an InteractionInvitationOut.

Parameters:
interaction_id - the ID of the interaction.