org.ocap.si
Interface TableChangeListener
- All Superinterfaces:
- EventListener, SIChangeListener
public interface TableChangeListener
- extends 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.
notifyChange
void notifyChange(SIChangeEvent event)
- This method notifies that the SI table has changed.
- Parameters:
event
- An event instance that notifies the SI update.