Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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


public interface ProviderChangeListener

An event listener that should be implemented by parties interested in changes that occur in the state of a ProtocolProvider (e.g. PresenceStatusChanges)

Author:
Emil Ivov

Method Summary
 void providerStatusChanged(ProviderStatusChangeEvent evt)
          The method is called by a ProtocolProvider implementation whenever a change in the presence status of the corresponding provider had occurred.
 

Method Detail

providerStatusChanged

void providerStatusChanged(ProviderStatusChangeEvent evt)
The method is called by a ProtocolProvider implementation whenever a change in the presence status of the corresponding provider had occurred.

Parameters:
evt - ProviderStatusChangeEvent the event 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.