public abstract class TransportSIChangeEvent extends SIChangeEvent
TransportSIChangeEvent notifies an
SIChangeListener of changes detected to the SI on a
Transport.
Subtypes ServiceDetailsChangeEvent,
TransportStreamChangeEvent,
NetworkChangeEvent and BouquetChangeEvent
are used to signal changes to service details, transport streams,
networks and bouquets, respectively. Changes to program events are
signaled through ProgramScheduleChangeEvent.
Transport,
Serialized Formsource| Constructor and Description |
|---|
TransportSIChangeEvent(Transport transport,
SIChangeType type,
SIElement e)
Constructs an
TransportSIChangeEvent. |
| Modifier and Type | Method and Description |
|---|---|
Transport |
getTransport()
Reports the
Transport that generated the event. |
getChangeType, getSIElementgetSource, toStringpublic TransportSIChangeEvent(Transport transport, SIChangeType type, SIElement e)
TransportSIChangeEvent.transport - The Transport on which the change
occurred.type - The type of change that occurred.e - The SIElement that changed.public Transport getTransport()
Transport that generated the event. It
will be identical to the object returned by the
getSource() method.Transport that generated the event.Copyright © 2012 code4tv.com. All Rights Reserved.