|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ParticipantsListener
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 |
|---|
void participantAdded(java.lang.String interaction_id)
Participant
is added for an InteractionInvitationOut.
interaction_id - the ID of the interaction.void participantRemoved(java.lang.String interaction_id)
Participant
is deleted for an InteractionInvitationOut.
interaction_id - the ID of the interaction.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||