| Interface | Description |
|---|---|
| EmailClient |
Interface supporting the operations required on an email client.
|
| EmailClientService |
Service representing the resident email client
|
| InternetClient |
Base interface for the internet clients.
|
| InternetClientListener |
Interface for objects that wish to receive
InternetClientEvents |
| InternetClientService |
The base class for the interface to resident applications that
are supported by the internet access profile.
|
| UsenetClient |
This interface supports the operations required on a Usenet news client.
|
| UsenetClientService |
Service representing the resident usenet news client
|
| WWWBrowser |
This interface provides support for the operations required on an WWW
browser.
|
| WWWBrowserService |
Service representing a resident WWW browser
|
| Class | Description |
|---|---|
| CancelledByUserEvent |
Event indicating that an operation on an internet client failed because the operation
was canceled by the user
|
| HomePagePermission |
This class is for permissions related to the ability for an MHP
application to set the home page of a WWW browser in the internet access profile.
|
| InternetClientEvent |
Base class for all status events from internet clients.
|
| InternetClientFailureEvent |
Event indicating that an operation on an internet client failed.
|
| InternetClientSuccessEvent |
Event indicating that an operation on an internet client succeeded
|
| InternetServiceFilter |
InternetServiceFilter represents a service type for a
particular kind of internet client. |
| InternetServiceType |
Class representing the additional service types available in the Internet Access profile.
|
| PermissionDeniedEvent |
Event indicating that an operation on an internet client failed due to the specified URL not
being accessible by the client due to access controls on the server.
|
| URLUnavailableEvent |
Event indicating that an operation on an internet client failed due to the specified URL not
being available.
|
| Exception | Description |
|---|---|
| ClientNotRunningException |
Exception thrown when a method of
InternetClient or one of its subclasses is called
while the client is not running, for instance if the client has been terminated by the user. |
| EntryExistsException |
Exception generated when an application tries to add a bookmark or address book entry
that already exists
|
Copyright © 2012 code4tv.com. All Rights Reserved.