Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.launcher
Class BrowserLauncher

java.lang.Object
  extended by net.java.sip.communicator.launcher.BrowserLauncher

public class BrowserLauncher
extends Object

A simple implementation of the BrowserLauncherService. Checks the operating system and launches the appropriate browser.

Author:
Yana Stamcheva

Constructor Summary
BrowserLauncher()
           
 
Method Summary
 void openURL(String url)
          Creates a LaunchBrowser thread for the specified url.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BrowserLauncher

public BrowserLauncher()
Method Detail

openURL

public void openURL(String url)
Creates a LaunchBrowser thread for the specified url.

Parameters:
url - the url we'd like to launch a browser for.

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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