Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.service.browserlauncher
Interface BrowserLauncherService

All Known Implementing Classes:
BrowserLauncherImpl

public interface BrowserLauncherService

Represents a service which is able to open an URL in a browser.

Author:
Yana Stamcheva

Method Summary
 void openURL(String url)
          Tries to open the specified URL in a browser.
 

Method Detail

openURL

void openURL(String url)
Tries to open the specified URL in a browser. The attempt is asynchronously executed and does not wait for possible errors related to the launching of the associated browser and the opening of the specified URL in it i.e. the method returns immediately and does not report the success or the failure of the opening.

Parameters:
url - a String value which represents the URL to be opened in a browser

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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