public class ServiceDetailsChangeEvent extends TransportSIChangeEvent
ServiceDetailsChangeEvent notifies an
ServiceDetailsChangeListener of changes detected to a
ServiceDetails on a Transport.
Specifically, this event signals the addition, removal, or
modification of a ServiceDetails.Transport,
ServiceDetails,
Serialized Formsource| Constructor and Description |
|---|
ServiceDetailsChangeEvent(Transport transport,
SIChangeType type,
ServiceDetails s)
Constructs a
ServiceDetailsChangeEvent. |
| Modifier and Type | Method and Description |
|---|---|
ServiceDetails |
getServiceDetails()
Reports the
ServiceDetails that changed. |
getTransportgetChangeType, getSIElementgetSource, toStringpublic ServiceDetailsChangeEvent(Transport transport, SIChangeType type, ServiceDetails s)
ServiceDetailsChangeEvent.transport - The Transport on which the change
occurred.type - The type of change that occurred.s - The ServiceDetails that changed.public ServiceDetails getServiceDetails()
ServiceDetails that changed. It will be
identical to the object returned by the inherited
SIChangeEvent.getSIElement method.ServiceDetails that changed.Copyright © 2012 code4tv.com. All Rights Reserved.