net.java.sip.communicator.launcher
Class BrowserLauncher
java.lang.Object
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
|
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 |
BrowserLauncher
public BrowserLauncher()
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.
Distributable under LGPL license.