Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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

Packages that use AdHocChatRoomMessageListener
net.java.sip.communicator.impl.gui.main.chat.conference   
net.java.sip.communicator.impl.msghistory   
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.plugin.chatalerter   
net.java.sip.communicator.plugin.notificationwiring   
net.java.sip.communicator.service.protocol   
 

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

Classes in net.java.sip.communicator.impl.gui.main.chat.conference that implement AdHocChatRoomMessageListener
 class ConferenceChatManager
          The ConferenceChatManager is the one that manages both chat room and ad-hoc chat rooms invitations.
 

Uses of AdHocChatRoomMessageListener in net.java.sip.communicator.impl.msghistory
 

Classes in net.java.sip.communicator.impl.msghistory that implement AdHocChatRoomMessageListener
 class MessageHistoryServiceImpl
          The Message History Service stores messages exchanged through the various protocols Logs messages for all protocol providers that support basic instant messaging (i.e.
 

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

Methods in net.java.sip.communicator.impl.protocol.icq with parameters of type AdHocChatRoomMessageListener
 void AdHocChatRoomIcqImpl.addMessageListener(AdHocChatRoomMessageListener listener)
          Registers listener so that it would receive events every time a new message is received on this chat room.
 void AdHocChatRoomIcqImpl.removeMessageListener(AdHocChatRoomMessageListener listener)
          Removes listener so that it won't receive any further message events from this room.
 

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

Methods in net.java.sip.communicator.impl.protocol.msn with parameters of type AdHocChatRoomMessageListener
 void AdHocChatRoomMsnImpl.addMessageListener(AdHocChatRoomMessageListener listener)
          Registers listener so that it would receive events every time a new message is received on this chat room.
 void AdHocChatRoomMsnImpl.removeMessageListener(AdHocChatRoomMessageListener listener)
          Removes the given message listener.
 

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

Methods in net.java.sip.communicator.impl.protocol.yahoo with parameters of type AdHocChatRoomMessageListener
 void AdHocChatRoomYahooImpl.addMessageListener(AdHocChatRoomMessageListener listener)
          Registers listener so that it would receive events every time a new message is received on this chat room.
 void AdHocChatRoomYahooImpl.removeMessageListener(AdHocChatRoomMessageListener listener)
          Removes listener so that it won't receive any further message events from this room.
 

Uses of AdHocChatRoomMessageListener in net.java.sip.communicator.plugin.chatalerter
 

Classes in net.java.sip.communicator.plugin.chatalerter that implement AdHocChatRoomMessageListener
 class ChatAlerterActivator
          Chat Alerter plugin.
 

Uses of AdHocChatRoomMessageListener in net.java.sip.communicator.plugin.notificationwiring
 

Classes in net.java.sip.communicator.plugin.notificationwiring that implement AdHocChatRoomMessageListener
 class NotificationManager
          Listens for all kinds of events and triggers when needed a notification, a popup or sound one or other.
 

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

Methods in net.java.sip.communicator.service.protocol with parameters of type AdHocChatRoomMessageListener
 void AdHocChatRoom.addMessageListener(AdHocChatRoomMessageListener listener)
          Registers listener so that it would receive events every time a new message is received on this ad-hoc chat room.
 void AdHocChatRoom.removeMessageListener(AdHocChatRoomMessageListener listener)
          Removes listener so that it won't receive any further message events from this ad-hoc room.
 


Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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