public class ServiceComponentChangeEvent extends ServiceDetailsSIChangeEvent
ServiceComponentChangeEvent notifies an
ServiceComponentChangeListener of changes to a
ServiceComponent detected in a
ServiceDetails. Specifically, this event signals the
addition, removal, or modification of a
ServiceComponent.ServiceDetails,
ServiceComponent,
Serialized Formsource| Constructor and Description |
|---|
ServiceComponentChangeEvent(ServiceDetails service,
SIChangeType type,
ServiceComponent c)
Constructs a
ServiceComponentChangeEvent. |
| Modifier and Type | Method and Description |
|---|---|
ServiceComponent |
getServiceComponent()
Reports the
ServiceComponent that changed. |
getServiceDetailsgetChangeType, getSIElementgetSource, toStringpublic ServiceComponentChangeEvent(ServiceDetails service, SIChangeType type, ServiceComponent c)
ServiceComponentChangeEvent.service - The ServiceDetails in which the
change occurred.type - The type of change that occurred.c - The ServiceComponent that changed.public ServiceComponent getServiceComponent()
ServiceComponent that changed. It will be
identical to the object returned by the inherited
SIChangeEvent.getSIElement method.ServiceComponent that changed.Copyright © 2012 code4tv.com. All Rights Reserved.