Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Uses of Class
net.java.sip.communicator.service.protocol.event.AdHocChatRoomMessageReceivedEvent

Packages that use AdHocChatRoomMessageReceivedEvent
net.java.sip.communicator.impl.gui.main.chat.conference   
net.java.sip.communicator.impl.msghistory   
net.java.sip.communicator.plugin.chatalerter   
net.java.sip.communicator.plugin.notificationwiring   
net.java.sip.communicator.service.protocol.event   
 

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

Methods in net.java.sip.communicator.impl.gui.main.chat.conference with parameters of type AdHocChatRoomMessageReceivedEvent
 void ConferenceChatManager.messageReceived(AdHocChatRoomMessageReceivedEvent evt)
          Implements the AdHocChatRoomMessageListener.messageReceived method.
 

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

Methods in net.java.sip.communicator.impl.msghistory with parameters of type AdHocChatRoomMessageReceivedEvent
 void MessageHistoryServiceImpl.messageReceived(AdHocChatRoomMessageReceivedEvent evt)
           
 

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

Methods in net.java.sip.communicator.plugin.chatalerter with parameters of type AdHocChatRoomMessageReceivedEvent
 void ChatAlerterActivator.messageReceived(AdHocChatRoomMessageReceivedEvent evt)
           
 

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

Methods in net.java.sip.communicator.plugin.notificationwiring with parameters of type AdHocChatRoomMessageReceivedEvent
 void NotificationManager.messageReceived(AdHocChatRoomMessageReceivedEvent evt)
          Implements the AdHocChatRoomMessageListener.messageReceived method.
 

Uses of AdHocChatRoomMessageReceivedEvent in net.java.sip.communicator.service.protocol.event
 

Methods in net.java.sip.communicator.service.protocol.event with parameters of type AdHocChatRoomMessageReceivedEvent
 void AdHocChatRoomMessageListener.messageReceived(AdHocChatRoomMessageReceivedEvent evt)
          Called when a new incoming Message has been received.
 


Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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