Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.service.provdisc.event
Interface DiscoveryListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
ProvisioningDiscoveryServiceDHCPImpl, ProvisioningDiscoveryServiceMDNSImpl

public interface DiscoveryListener
extends EventListener

Listener that will be notified when a provisioning URL is retrieved by the ProvisioningDiscoveryService.

Author:
Sebastien Vincent

Method Summary
 void notifyProvisioningURL(DiscoveryEvent event)
          Notify the provisioning URL.
 

Method Detail

notifyProvisioningURL

void notifyProvisioningURL(DiscoveryEvent event)
Notify the provisioning URL.

Parameters:
event - provisioning event

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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