gui.help
Interface JAPHelp.IExternalURLCaller

All Known Implementing Classes:
AbstractOS, LinuxOS, MacOS, UnknownOS, WindowsOS
Enclosing class:
JAPHelp

public static interface JAPHelp.IExternalURLCaller

An instance of this interface is needed to open external URLs.


Method Summary
 boolean openURL(java.net.URL a_url)
          Returns if the caller was able to open the URL in the browser
 

Method Detail

openURL

boolean openURL(java.net.URL a_url)
Returns if the caller was able to open the URL in the browser

Parameters:
a_url - a URL
Returns:
if the caller was able to open the URL in the browser