Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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

All Superinterfaces:
EventListener
All Known Implementing Classes:
MetaContactChatTransport, MetaContactListServiceImpl, MetaContactListSource, OperationSetContactCapabilitiesJabberImpl

public interface ContactPresenceStatusListener
extends EventListener

ContactPresenceStatusListeners listener for events caused by changes in the status of contacts that we have active subscriptions for.

Events handled by this listener a most often the direct result of server/ remotely generated notifications.

Author:
Emil Ivov

Method Summary
 void contactPresenceStatusChanged(ContactPresenceStatusChangeEvent evt)
          Called whenever a change occurs in the PresenceStatus of one of the contacts that we have subscribed for.
 

Method Detail

contactPresenceStatusChanged

void contactPresenceStatusChanged(ContactPresenceStatusChangeEvent evt)
Called whenever a change occurs in the PresenceStatus of one of the contacts that we have subscribed for.

Parameters:
evt - the ContactPresenceStatusChangeEvent describing the status change.

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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