SIP Communicator: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.service.protocol.event
Interface AdHocChatRoomParticipantPresenceListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
AdHocConferenceChatSession

public interface AdHocChatRoomParticipantPresenceListener
extends EventListener

A listener that will be notified of changes in the presence of a participant in a particular ad-hoc chat room. Changes may include member being join, left, etc.

Author:
Valentin Martinet

Method Summary
 void participantPresenceChanged(AdHocChatRoomParticipantPresenceChangeEvent evt)
          Called to notify interested parties that a change in the presence of a participant in a particular ad-hoc chat room has occurred.
 

Method Detail

participantPresenceChanged

void participantPresenceChanged(AdHocChatRoomParticipantPresenceChangeEvent evt)
Called to notify interested parties that a change in the presence of a participant in a particular ad-hoc chat room has occurred. Changes may include participant being join, left.

Parameters:
evt - the AdHocChatRoomParticipantPresenceChangeEvent instance containing the source chat room and type, and reason of the presence change

SIP Communicator: the OpenSource Java VoIP and Instant Messaging client.

SIP Communicator, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.