public abstract class ServiceDetailsSIChangeEvent extends SIChangeEvent
ServiceDetailsSIChangeEvent
notifies an
SIChangeListener
of changes to a
ServiceDetails
.ServiceDetails
,
ServiceDetails
,
Serialized Formsource
Constructor and Description |
---|
ServiceDetailsSIChangeEvent(ServiceDetails service,
SIChangeType type,
SIElement e)
Constructs a
ServiceDetailsSIChangeEvent . |
Modifier and Type | Method and Description |
---|---|
ServiceDetails |
getServiceDetails()
Reports the
ServiceDetails that generated the
event. |
getChangeType, getSIElement
getSource, toString
public ServiceDetailsSIChangeEvent(ServiceDetails service, SIChangeType type, SIElement e)
ServiceDetailsSIChangeEvent
.service
- The ServiceDetails
in which the
change occurred.type
- The type of change that occurred.e
- The SIElement
that changed.public ServiceDetails getServiceDetails()
ServiceDetails
that generated the
event. It will be identical to the object returned by the
getSource()
method.ServiceDetails
that generated the
event.Copyright © 2013 CableLabs. All Rights Reserved.