Uses of Interface
org.ocap.dvr.TimeShiftListener

Packages that use TimeShiftListener
org.ocap.dvr Provides extension classes and interfaces to the shared DVR APIs. 
 

Uses of TimeShiftListener in org.ocap.dvr
 

Methods in org.ocap.dvr with parameters of type TimeShiftListener
 void TimeShiftProperties.addTimeShiftListener(TimeShiftListener listener)
          Adds a listener for time-shift events related to this TimeShiftProperties.
 void TimeShiftProperties.removeTimeShiftListener(TimeShiftListener listener)
          Removes a previously added listener for time-shift events from this TimeShiftProperties.