Uses of Class
org.dvb.internet.ClientNotRunningException

Packages that use ClientNotRunningException
org.dvb.internet Provides a mechanism for GEM applications to control internet clients that may be present on an GEM such as a web browser or email client. 
 

Uses of ClientNotRunningException in org.dvb.internet
 

Methods in org.dvb.internet that throw ClientNotRunningException
 void EmailClient.createMessage(java.lang.String to, java.lang.String subject, java.lang.String messageBody)
          Create a new email message.
 void WWWBrowser.goToURL(java.net.URL url)
          Direct the web browser to display the page at the specified URL.
 void UsenetClient.selectGroup(java.net.URL group)
          Select and display messages in the specified newsgroup.
 void UsenetClient.selectMessage(java.net.URL message)
          Select and display a message with the given message ID.