javax.tv.service.guide
Interface ProgramScheduleListener

All Superinterfaces:
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

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

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