Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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

Packages that use AdHocChatRoomMessageDeliveredEvent
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 AdHocChatRoomMessageDeliveredEvent 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 AdHocChatRoomMessageDeliveredEvent
 void ConferenceChatManager.messageDelivered(AdHocChatRoomMessageDeliveredEvent evt)
          Implements the AdHocChatRoomMessageListener.messageDelivered method.
 

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

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

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

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

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

Methods in net.java.sip.communicator.plugin.notificationwiring with parameters of type AdHocChatRoomMessageDeliveredEvent
 void NotificationManager.messageDelivered(AdHocChatRoomMessageDeliveredEvent evt)
          Implements the ChatRoomMessageListener.messageDelivered method.
 

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

Methods in net.java.sip.communicator.service.protocol.event with parameters of type AdHocChatRoomMessageDeliveredEvent
 void AdHocChatRoomMessageListener.messageDelivered(AdHocChatRoomMessageDeliveredEvent evt)
          Called when the underlying implementation has received an indication that a message, sent earlier has been successfully received by the destination.
 


Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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