public class TransportStreamChangeEvent extends TransportSIChangeEvent
TransportStreamChangeEvent notifies an
TransportStreamChangeListener of changes detected in a
TransportStreamCollection. Specifically, this event
signals the addition, removal, or modification of a
TransportStream.source| Constructor and Description |
|---|
TransportStreamChangeEvent(TransportStreamCollection collection,
SIChangeType type,
TransportStream ts)
Constructs a
TransportStreamChangeEvent. |
| Modifier and Type | Method and Description |
|---|---|
TransportStream |
getTransportStream()
Reports the
TransportStream that changed. |
TransportStreamCollection |
getTransportStreamCollection()
Reports the
TransportStreamCollection that generated
the event. |
getTransportgetChangeType, getSIElementgetSource, toStringpublic TransportStreamChangeEvent(TransportStreamCollection collection, SIChangeType type, TransportStream ts)
TransportStreamChangeEvent.collection - The transport stream collection in which the
change occurred.type - The type of change that occurred.ts - The TransportStream that changed.public TransportStreamCollection getTransportStreamCollection()
TransportStreamCollection that generated
the event. It will be identical to the object returned by the
getTransport() method.TransportStreamCollection that generated
the event.public TransportStream getTransportStream()
TransportStream that changed. It will be
identical to the object returned by the inherited
SIChangeEvent.getSIElement method.TransportStream that changed.Copyright © 2012 code4tv.com. All Rights Reserved.