Uses of Class
javax.tv.service.SIChangeType

Packages that use SIChangeType
javax.tv.service   
javax.tv.service.guide   
javax.tv.service.navigation   
javax.tv.service.transport   
 

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
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.