Uses of Interface
org.ocap.dvr.RecordingAlertListener

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

Uses of RecordingAlertListener in org.ocap.dvr
 

Methods in org.ocap.dvr with parameters of type RecordingAlertListener
abstract  void OcapRecordingManager.addRecordingAlertListener(RecordingAlertListener ral)
          Adds an event listener for receiving events corresponding to a transition from a pending state to an in-progress state or a failed state.
abstract  void OcapRecordingManager.addRecordingAlertListener(RecordingAlertListener ral, long alertBefore)
          Adds an event listener for receiving events corresponding to a transition from a pending state to an in-progress state or a failed state.
abstract  void OcapRecordingManager.removeRecordingAlertListener(RecordingAlertListener ral)
          Removes a registered event listener for receiving recording events.