Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

Copyright © 2006 Sun Microsystems, Inc. All rights reserved.

JSR-927 (Maintenance Release)

Uses of Class
javax.tv.service.SIChangeType

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.REMOVE
          SIChangeType indicating that an SIElement has been removed.
static SIChangeType SIChangeType.MODIFY
          SIChangeType indicating that an SIElement has been modified.
 

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(java.lang.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
ServiceDetailsSIChangeEvent(ServiceDetails service, SIChangeType type, SIElement e)
          Constructs a ServiceDetailsSIChangeEvent.
ServiceComponentChangeEvent(ServiceDetails service, SIChangeType type, ServiceComponent c)
          Constructs a ServiceComponentChangeEvent.
 

Uses of SIChangeType in javax.tv.service.transport
 

Constructors in javax.tv.service.transport with parameters of type SIChangeType
TransportSIChangeEvent(Transport transport, SIChangeType type, SIElement e)
          Constructs an TransportSIChangeEvent.
TransportStreamChangeEvent(TransportStreamCollection collection, SIChangeType type, TransportStream ts)
          Constructs a TransportStreamChangeEvent.
NetworkChangeEvent(NetworkCollection collection, SIChangeType type, Network n)
          Constructs a NetworkChangeEvent.
ServiceDetailsChangeEvent(Transport transport, SIChangeType type, ServiceDetails s)
          Constructs a ServiceDetailsChangeEvent.
BouquetChangeEvent(BouquetCollection collection, SIChangeType type, Bouquet b)
          Constructs a BouquetChangeEvent.
 


JSR-927 (Maintenance Release)

Copyright © 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

For more information, please consult the JSR 927 specification.