Uses of Interface
org.dvb.internet.InternetClientService

Packages that use InternetClientService
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 InternetClientService in org.dvb.internet
 

Subinterfaces of InternetClientService in org.dvb.internet
 interface EmailClientService
          Service representing the resident email client
 interface UsenetClientService
          Service representing the resident usenet news client
 interface WWWBrowserService
          Service representing a resident WWW browser
 

Methods in org.dvb.internet that return InternetClientService
 InternetClientService InternetClient.getService()
          Get the service object which matches this internet client.
 InternetClientService[] InternetClientService.getSupportedClientServices()
          Returns all InternetClientServices supported by the same application as this one.