gui.help
Interface JAPHelp.IExternalEMailCaller

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

public static interface JAPHelp.IExternalEMailCaller

An instance of this interface is needed to open an E-Mail application with a given address.


Method Summary
 boolean openEMail(java.lang.String a_email)
          Returns if the caller was able to open the URL in the browser
 

Method Detail

openEMail

boolean openEMail(java.lang.String a_email)
Returns if the caller was able to open the URL in the browser

Parameters:
a_email - an E-Mail address
Returns:
if the caller was able to open the E-Mail address in the browser