Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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

Packages that use AdHocChatRoomParticipantPresenceListener
net.java.sip.communicator.impl.gui.main.chat.conference   
net.java.sip.communicator.impl.protocol.icq   
net.java.sip.communicator.impl.protocol.msn   
net.java.sip.communicator.impl.protocol.yahoo   
net.java.sip.communicator.service.protocol   
 

Uses of AdHocChatRoomParticipantPresenceListener in net.java.sip.communicator.impl.gui.main.chat.conference
 

Classes in net.java.sip.communicator.impl.gui.main.chat.conference that implement AdHocChatRoomParticipantPresenceListener
 class AdHocConferenceChatSession
          An implementation of ChatSession for ad-hoc conference chatting.
 

Uses of AdHocChatRoomParticipantPresenceListener in net.java.sip.communicator.impl.protocol.icq
 

Methods in net.java.sip.communicator.impl.protocol.icq with parameters of type AdHocChatRoomParticipantPresenceListener
 void AdHocChatRoomIcqImpl.addParticipantPresenceListener(AdHocChatRoomParticipantPresenceListener listener)
          Adds a listener that will be notified of changes in our status in the room such as us being kicked, banned, or granted admin permissions.
 void AdHocChatRoomIcqImpl.removeParticipantPresenceListener(AdHocChatRoomParticipantPresenceListener listener)
          Removes a listener that was being notified of changes in the status of other ad-hoc chat room participants.
 

Uses of AdHocChatRoomParticipantPresenceListener in net.java.sip.communicator.impl.protocol.msn
 

Methods in net.java.sip.communicator.impl.protocol.msn with parameters of type AdHocChatRoomParticipantPresenceListener
 void AdHocChatRoomMsnImpl.addParticipantPresenceListener(AdHocChatRoomParticipantPresenceListener listener)
          Adds a listener that will be notified of changes in our status in the room.
 void AdHocChatRoomMsnImpl.removeParticipantPresenceListener(AdHocChatRoomParticipantPresenceListener listener)
          Removes the given participant presence listener.
 

Uses of AdHocChatRoomParticipantPresenceListener in net.java.sip.communicator.impl.protocol.yahoo
 

Methods in net.java.sip.communicator.impl.protocol.yahoo with parameters of type AdHocChatRoomParticipantPresenceListener
 void AdHocChatRoomYahooImpl.addParticipantPresenceListener(AdHocChatRoomParticipantPresenceListener listener)
          Adds a listener that will be notified of changes in our status in the room.
 void AdHocChatRoomYahooImpl.removeParticipantPresenceListener(AdHocChatRoomParticipantPresenceListener listener)
          Removes a listener that was being notified of changes in the status of other chat room participants.
 

Uses of AdHocChatRoomParticipantPresenceListener in net.java.sip.communicator.service.protocol
 

Methods in net.java.sip.communicator.service.protocol with parameters of type AdHocChatRoomParticipantPresenceListener
 void AdHocChatRoom.addParticipantPresenceListener(AdHocChatRoomParticipantPresenceListener listener)
          Adds a listener that will be notified of changes in our participation in the ad-hoc room such as us being join, left...
 void AdHocChatRoom.removeParticipantPresenceListener(AdHocChatRoomParticipantPresenceListener listener)
          Removes a participant presence listener.
 


Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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