|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SIChangeType | |
|---|---|
| javax.tv.service | Provides mechanisms for accessing the service information (SI) database and APIs representing the SI elements it contains. |
| javax.tv.service.guide | Provides APIs to support electronic program guides (EPGs), including program schedules, program events and program ratings. |
| javax.tv.service.navigation | Provides APIs to navigate through services and hierarchical service information. |
| javax.tv.service.transport | Provides additional information about the transport mechanisms that deliver the content the SI data describes. |
| Uses of SIChangeType in javax.tv.service |
|---|
| Fields in javax.tv.service declared as SIChangeType | |
|---|---|
static SIChangeType |
SIChangeType.ADD
SIChangeType indicating that an SIElement
has been added. |
static SIChangeType |
SIChangeType.MODIFY
SIChangeType indicating that an SIElement
has been modified. |
static SIChangeType |
SIChangeType.REMOVE
SIChangeType indicating that an SIElement
has been removed. |
| Methods in javax.tv.service that return SIChangeType | |
|---|---|
SIChangeType |
SIChangeEvent.getChangeType()
Indicates the type of change that occurred. |
| Constructors in javax.tv.service with parameters of type SIChangeType | |
|---|---|
SIChangeEvent(Object source,
SIChangeType type,
SIElement e)
Constructs an SIChangeEvent object. |
|
| Uses of SIChangeType in javax.tv.service.guide |
|---|
| Subclasses of SIChangeType in javax.tv.service.guide | |
|---|---|
class |
ProgramScheduleChangeType
This class represents types of changes to program schedules. |
| Constructors in javax.tv.service.guide with parameters of type SIChangeType | |
|---|---|
ProgramScheduleEvent(ProgramSchedule schedule,
SIChangeType type,
ProgramEvent e)
Constructs a ProgramScheduleEvent. |
|
| Uses of SIChangeType in javax.tv.service.navigation |
|---|
| Constructors in javax.tv.service.navigation with parameters of type SIChangeType | |
|---|---|
ServiceComponentChangeEvent(ServiceDetails service,
SIChangeType type,
ServiceComponent c)
Constructs a ServiceComponentChangeEvent. |
|
ServiceDetailsSIChangeEvent(ServiceDetails service,
SIChangeType type,
SIElement e)
Constructs a ServiceDetailsSIChangeEvent. |
|
| Uses of SIChangeType in javax.tv.service.transport |
|---|
| Constructors in javax.tv.service.transport with parameters of type SIChangeType | |
|---|---|
BouquetChangeEvent(BouquetCollection collection,
SIChangeType type,
Bouquet b)
Constructs a BouquetChangeEvent. |
|
NetworkChangeEvent(NetworkCollection collection,
SIChangeType type,
Network n)
Constructs a NetworkChangeEvent. |
|
ServiceDetailsChangeEvent(Transport transport,
SIChangeType type,
ServiceDetails s)
Constructs a ServiceDetailsChangeEvent. |
|
TransportSIChangeEvent(Transport transport,
SIChangeType type,
SIElement e)
Constructs an TransportSIChangeEvent. |
|
TransportStreamChangeEvent(TransportStreamCollection collection,
SIChangeType type,
TransportStream ts)
Constructs a TransportStreamChangeEvent. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||