org.eclipse.ecf.presence.chat
Interface IChatParticipantListener

All Superinterfaces:
IParticipantListener

public interface IChatParticipantListener
extends IParticipantListener

Listener interface for receiving participant arrive and departed notifications


Method Summary
 void handleArrivedInChat(ID participant)
          Notification that participant arrived in associated chat room
 void handleDepartedFromChat(ID participant)
          Notification that participant departed the associated chat room
 
Methods inherited from interface org.eclipse.ecf.presence.IParticipantListener
handlePresence
 

Method Detail

handleArrivedInChat

void handleArrivedInChat(ID participant)
Notification that participant arrived in associated chat room

Parameters:
participant - the ID of the arrived participant

handleDepartedFromChat

void handleDepartedFromChat(ID participant)
Notification that participant departed the associated chat room

Parameters:
participant - the ID of the departed participant