javax.tv.service.navigation
Interface ServiceComponentChangeListener

All Superinterfaces:
EventListener, SIChangeListener

public interface ServiceComponentChangeListener
extends SIChangeListener

This interface is implemented by applications wishing to receive notification of changes to ServiceComponent data.


Method Summary
 void notifyChange(ServiceComponentChangeEvent event)
          Notifies the ServiceComponentChangeListener of a change to a ServiceComponent.
 

Method Detail

notifyChange

void notifyChange(ServiceComponentChangeEvent event)
Notifies the ServiceComponentChangeListener of a change to a ServiceComponent.

Parameters:
event - A ServiceComponentChangeEvent describing what changed and how.