Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.service.provdisc.event
Class DiscoveryEvent

java.lang.Object
  extended by java.util.EventObject
      extended by net.java.sip.communicator.service.provdisc.event.DiscoveryEvent
All Implemented Interfaces:
Serializable

public class DiscoveryEvent
extends EventObject

Event representing that a provisioning URL has been retrieved.

Author:
Sebastien Vincent
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
DiscoveryEvent(Object source, String url)
          Constructor.
 
Method Summary
 String getProvisioningURL()
          Get the provisioning URL.
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DiscoveryEvent

public DiscoveryEvent(Object source,
                      String url)
Constructor.

Parameters:
source - object that have created this event
url - provisioning URL
Method Detail

getProvisioningURL

public String getProvisioningURL()
Get the provisioning URL.

Returns:
provisioning URL

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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