| Interface | Description |
|---|---|
| ServiceContentHandler |
A
ServiceContentHandler represents a mechanism for
presenting, processing or playing portions of a service. |
| ServiceContext |
A
ServiceContext represents an environment in which
services are presented in a broadcast receiver. |
| ServiceContextListener |
The
ServiceContextListener interface is implemented by
applications wishing to receive events related to service contexts. |
| ServiceMediaHandler |
ServiceMediaHandler represents an handler of service
components that are real time media sharing the same clock. |
| Class | Description |
|---|---|
| AlternativeContentEvent |
AlternativeContentEvent is generated to indicate that
"alternative" content is being presented during the presentation of
a service. |
| NormalContentEvent |
NormalContentEvent is generated to indicate that the
normal content of a service is being presented. |
| PresentationChangedEvent |
PresentationChangedEvent indicates that the content
being presented in the ServiceContext has changed. |
| PresentationTerminatedEvent |
PresentationTerminatedEvent is generated when the presentation
of a service terminates. |
| SelectionFailedEvent |
SelectionFailedEvent is generated when a service
selection operation fails. |
| SelectPermission |
SelectPermission represents permission to perform a
select() operation on a ServiceContext. |
| ServiceContextDestroyedEvent |
ServiceContextDestroyedEvent is generated when a
ServiceContext is destroyed via its
destroy() method. |
| ServiceContextEvent |
The parent class for service context events.
|
| ServiceContextFactory |
This class serves as a factory for the creation of
ServiceContext objects. |
| ServiceContextPermission |
ServiceContextPermission represents permission to
control a ServiceContext. |
| Exception | Description |
|---|---|
| InsufficientResourcesException |
InsufficientResourcesException is generated when
sufficient resources for an operation are not available. |
| InvalidServiceComponentException |
This exception is thrown when one or more service components are
not valid for usage in a particular context.
|
| ServiceContextException |
The base class for exceptions related to service contexts.
|
Copyright © 2012 code4tv.com. All Rights Reserved.