org.eclipse.ecf.presence.chat
Interface IChatRoomInvitationListener
- All Known Implementing Classes:
- ChatRoomManagerView, ChatRoomView
public interface IChatRoomInvitationListener
Invitation listener for handling asynchronous chat room invitation events.
Instances implementing this interface must be registered via the
IChatRoomManager.addInvitationListener(IChatRoomInvitationListener)
- See Also:
IChatRoomManager.addInvitationListener(IChatRoomInvitationListener)
|
Method Summary |
void |
handleInvitationReceived(ID roomID,
ID from,
java.lang.String subject,
java.lang.String body)
Handle notification of a received invitation to join chat room. |
handleInvitationReceived
void handleInvitationReceived(ID roomID,
ID from,
java.lang.String subject,
java.lang.String body)
- Handle notification of a received invitation to join chat room. This
method will be called by some thread when an invitiation is received by
this user account to join a chat room
- Parameters:
roomID - the room id associated with the invitationfrom - the id of the sendersubject - a subject for the invitationbody - a message body for the invitation