org.ocap.dvr
Interface TimeShiftListener

All Superinterfaces:
java.util.EventListener

public interface TimeShiftListener
extends java.util.EventListener

The TimeShiftListener interface is implemented by applications wishing to receive events related to time shift resources.


Method Summary
 void receiveTimeShiftevent(TimeShiftEvent e)
          Notifies the TimeShiftListener of an event generated by time-shift resource handling.
 

Method Detail

receiveTimeShiftevent

void receiveTimeShiftevent(TimeShiftEvent e)
Notifies the TimeShiftListener of an event generated by time-shift resource handling.

Parameters:
e - The generated event.