Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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

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

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

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

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

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

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

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

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

Methods in net.java.sip.communicator.service.protocol.event with parameters of type AdHocChatRoomMessageDeliveryFailedEvent
 void AdHocChatRoomMessageListener.messageDeliveryFailed(AdHocChatRoomMessageDeliveryFailedEvent evt)
          Called to indicate that delivery of a message sent earlier to the chat room has failed.
 


Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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