Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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

All Superinterfaces:
EventListener
All Known Implementing Classes:
ContactListPane, NotificationManager

public interface TypingNotificationsListener
extends EventListener

This listener receives events whenever a contact has sent us a typing notification. The source contact and the exact type of the notification are indicated in TypingNotificationEvent instances.

Author:
Emil Ivov

Method Summary
 void typingNotificationReceived(TypingNotificationEvent event)
          Called to indicate that a remote Contact has sent us a typing notification.
 

Method Detail

typingNotificationReceived

void typingNotificationReceived(TypingNotificationEvent event)
Called to indicate that a remote Contact has sent us a typing notification.

Parameters:
event - a TypingNotificationEvent containing the sender of the notification and its type.

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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