org.ocap.si
Interface TableChangeListener

All Superinterfaces:
java.util.EventListener, javax.tv.service.SIChangeListener

public interface TableChangeListener
extends javax.tv.service.SIChangeListener

This interface is implemented by an application for notification of change to a table. The ProgramAassociationTableManager and the ProgramMapTableManager call the TableChangeListener.notifyChange method with the concrete event sub class of the org.javax.tv.service.SIChangeEvent. The concrete event sub class of the SIChangeEvent depends on the implement.


Method Summary
 void notifyChange(javax.tv.service.SIChangeEvent event)
          This method notifies that the SI table has changed.
 

Method Detail

notifyChange

void notifyChange(javax.tv.service.SIChangeEvent event)
This method notifies that the SI table has changed.

Parameters:
event - An event instance that notifies the SI update.