| Package | Description |
|---|---|
| com.sun.tv.si | |
| javax.tv.service | |
| javax.tv.service.guide | |
| javax.tv.service.navigation | |
| javax.tv.service.transport |
| Constructor and Description |
|---|
SIChangeEventImpl(Object source,
SIChangeType type,
SIElement e)
Constructs an SIChangeEventImpl object.
|
| Modifier and Type | Field and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
SIChangeType |
SIChangeEvent.getChangeType()
Indicates the type of change that occurred.
|
| Constructor and Description |
|---|
SIChangeEvent(Object source,
SIChangeType type,
SIElement e)
Constructs an
SIChangeEvent object. |
| Modifier and Type | Class and Description |
|---|---|
class |
ProgramScheduleChangeType
This class represents types of changes to program schedules.
|
| Constructor and Description |
|---|
ProgramScheduleEvent(ProgramSchedule schedule,
SIChangeType type,
ProgramEvent e)
Constructs a
ProgramScheduleEvent. |
| Constructor and Description |
|---|
ServiceComponentChangeEvent(ServiceDetails service,
SIChangeType type,
ServiceComponent c)
Constructs a
ServiceComponentChangeEvent. |
ServiceDetailsSIChangeEvent(ServiceDetails service,
SIChangeType type,
SIElement e)
Constructs a
ServiceDetailsSIChangeEvent. |
| Constructor and Description |
|---|
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. |
Copyright © 2012 code4tv.com. All Rights Reserved.