Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.service.netaddr.event
Interface NetworkConfigurationChangeListener

All Known Implementing Classes:
ReconnectPluginActivator, SipStackSharing

public interface NetworkConfigurationChangeListener

Listens for network changes in the computer configuration.

Author:
Damian Minkov

Method Summary
 void configurationChanged(ChangeEvent event)
          Fired when a change has occurred in the computer network configuration.
 

Method Detail

configurationChanged

void configurationChanged(ChangeEvent event)
Fired when a change has occurred in the computer network configuration.

Parameters:
event - the change event.

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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