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.
notifyChange
public void notifyChange(ProgramScheduleEvent event)
- Notifies the
ProgramScheduleListener
of a
change to a ProgramSchedule
.
- Parameters:
event
- A ProgramScheduleEvent
describing what changed and how.
Copyright © 1998 - 2000 Sun Microsystems, Inc.