Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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

Packages that use MessageListener
net.java.sip.communicator.impl.gui.main.chat   
net.java.sip.communicator.impl.gui.main.chat.conference   
net.java.sip.communicator.impl.gui.main.chat.history   
net.java.sip.communicator.impl.gui.main.contactlist   
net.java.sip.communicator.impl.msghistory   
net.java.sip.communicator.impl.protocol.sip   
net.java.sip.communicator.plugin.chatalerter   
net.java.sip.communicator.plugin.notificationwiring   
net.java.sip.communicator.service.protocol   
 

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

Methods in net.java.sip.communicator.impl.gui.main.chat with parameters of type MessageListener
 void MetaContactChatTransport.addInstantMessageListener(MessageListener l)
          Adds an instant message listener to this chat transport.
 void ChatTransport.addInstantMessageListener(MessageListener l)
          Adds an instant message listener to this chat transport.
 void MetaContactChatTransport.addSmsMessageListener(MessageListener l)
          Adds an SMS message listener to this chat transport.
 void ChatTransport.addSmsMessageListener(MessageListener l)
          Adds an sms message listener to this chat transport.
 void MetaContactChatTransport.removeInstantMessageListener(MessageListener l)
          Removes the instant message listener from this chat transport.
 void ChatTransport.removeInstantMessageListener(MessageListener l)
          Removes the instant message listener from this chat transport.
 void MetaContactChatTransport.removeSmsMessageListener(MessageListener l)
          Removes the given sms message listener from this chat transport.
 void ChatTransport.removeSmsMessageListener(MessageListener l)
          Removes the given sms message listener from this chat transport.
 

Uses of MessageListener 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 MessageListener
 void AdHocConferenceChatTransport.addInstantMessageListener(MessageListener l)
          Adds an instant message listener to this chat transport.
 void ConferenceChatTransport.addInstantMessageListener(MessageListener l)
          Adds an instant message listener to this chat transport.
 void AdHocConferenceChatTransport.addSmsMessageListener(MessageListener l)
          Adds an sms message listener to this chat transport.
 void ConferenceChatTransport.addSmsMessageListener(MessageListener l)
          Adds an sms message listener to this chat transport.
 void AdHocConferenceChatTransport.removeInstantMessageListener(MessageListener l)
          Removes the instant message listener from this chat transport.
 void ConferenceChatTransport.removeInstantMessageListener(MessageListener l)
          Removes the instant message listener from this chat transport.
 void AdHocConferenceChatTransport.removeSmsMessageListener(MessageListener l)
          Removes the given sms message listener from this chat transport.
 void ConferenceChatTransport.removeSmsMessageListener(MessageListener l)
          Removes the given sms message listener from this chat transport.
 

Uses of MessageListener in net.java.sip.communicator.impl.gui.main.chat.history
 

Classes in net.java.sip.communicator.impl.gui.main.chat.history that implement MessageListener
 class HistoryWindow
          The HistoryWindow is the window, where user could view or search in the message history.
 

Uses of MessageListener in net.java.sip.communicator.impl.gui.main.contactlist
 

Classes in net.java.sip.communicator.impl.gui.main.contactlist that implement MessageListener
 class ContactListPane
          The contactlist panel not only contains the contact list but it has the role of a message dispatcher.
 

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

Classes in net.java.sip.communicator.impl.msghistory that implement MessageListener
 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 MessageListener in net.java.sip.communicator.impl.protocol.sip
 

Classes in net.java.sip.communicator.impl.protocol.sip that implement MessageListener
 class OperationSetTypingNotificationsSipImpl
          A implementation of the typing notification operation set.
 

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

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

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

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

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

Methods in net.java.sip.communicator.service.protocol with parameters of type MessageListener
 void OperationSetSmsMessaging.addMessageListener(MessageListener listener)
          Registers a MessageListener with this operation set so that it gets notifications of successful message delivery, failure or reception of incoming messages..
 void OperationSetBasicInstantMessaging.addMessageListener(MessageListener listener)
          Registers a MessageListener with this operation set so that it gets notifications of successful message delivery, failure or reception of incoming messages.
 void AbstractOperationSetBasicInstantMessaging.addMessageListener(MessageListener listener)
          Registers a MessageListener with this operation set so that it gets notifications of successful message delivery, failure or reception of incoming messages..
 void OperationSetSmsMessaging.removeMessageListener(MessageListener listener)
          Unregisters listener so that it won't receive any further notifications upon successful message delivery, failure or reception of incoming messages..
 void OperationSetBasicInstantMessaging.removeMessageListener(MessageListener listener)
          Unregisters listener so that it won't receive any further notifications upon successful message delivery, failure or reception of incoming messages.
 void AbstractOperationSetBasicInstantMessaging.removeMessageListener(MessageListener listener)
          Unregisters listener so that it won't receive any further notifications upon successful message delivery, failure or reception of incoming messages..
 


Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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