Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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

Packages that use TypingNotificationsListener
net.java.sip.communicator.impl.gui.main.contactlist   
net.java.sip.communicator.plugin.notificationwiring   
net.java.sip.communicator.service.protocol   
 

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

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

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

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

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

Methods in net.java.sip.communicator.service.protocol with parameters of type TypingNotificationsListener
 void OperationSetTypingNotifications.addTypingNotificationsListener(TypingNotificationsListener l)
          Adds l to the list of listeners registered for receiving TypingNotificationEvents
 void AbstractOperationSetTypingNotifications.addTypingNotificationsListener(TypingNotificationsListener listener)
          Adds listener to the list of listeners registered for receiving TypingNotificationEvents.
 void OperationSetTypingNotifications.removeTypingNotificationsListener(TypingNotificationsListener l)
          Removes l from the list of listeners registered for receiving TypingNotificationEvents
 void AbstractOperationSetTypingNotifications.removeTypingNotificationsListener(TypingNotificationsListener listener)
          Removes listener from the list of listeners registered for receiving TypingNotificationEvents.
 


Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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