Java TV(tm) API 1.0

javax.tv.service.guide
Interface ProgramScheduleListener

All Superinterfaces:
java.util.EventListener, SIChangeListener

public interface ProgramScheduleListener
extends SIChangeListener

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


Method Summary
 void notifyChange(ProgramScheduleEvent event)
          Notifies the ProgramScheduleListener of a change to a ProgramSchedule.
 

Method Detail

notifyChange

public void notifyChange(ProgramScheduleEvent event)
Notifies the ProgramScheduleListener of a change to a ProgramSchedule.
Parameters:
event - A ProgramScheduleEvent describing what changed and how.

Java TV(tm) API 1.0

Copyright © 1998 - 2000 Sun Microsystems, Inc.