Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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

All Known Implementing Classes:
AccountStatusPanel

public interface ServerStoredDetailsChangeListener

Listener that is informed when a change has been made to some server stored detail.

Author:
Damian Minkov

Method Summary
 void serverStoredDetailsChanged(ServerStoredDetailsChangeEvent evt)
          The method is called by a ProtocolProvider implementation whenever a change in the server stored detail occurred.
 

Method Detail

serverStoredDetailsChanged

void serverStoredDetailsChanged(ServerStoredDetailsChangeEvent evt)
The method is called by a ProtocolProvider implementation whenever a change in the server stored detail occurred.

Parameters:
evt - ServerStoredDetailsChangeEvent the event describing the detail change.

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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