All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.ocap.si.TableChangeListener Maven / Gradle / Ivy

There is a newer version: 1.3.1
Show newest version
/*
 * TableChangeListener.java
 */

package org.ocap.si;

import javax.tv.service.*;
/**
 * 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.
 */
public interface TableChangeListener extends SIChangeListener
{
/**
 * This method notifies that the SI table has changed.
 *
 * @param event  An event instance that notifies the SI update.
 */
  public void notifyChange(javax.tv.service.SIChangeEvent event);
}






© 2015 - 2024 Weber Informatics LLC | Privacy Policy