org.ocap.dvr
Interface RecordingAlertListener

All Superinterfaces:
java.util.EventListener

public interface RecordingAlertListener
extends java.util.EventListener

Listener for Recording Alerts.


Method Summary
 void recordingAlert(RecordingAlertEvent e)
          Notifies the RecordingAlertListener that a scheduled acitivity is about to happen.
 

Method Detail

recordingAlert

void recordingAlert(RecordingAlertEvent e)
Notifies the RecordingAlertListener that a scheduled acitivity is about to happen.

Parameters:
e - The generated event.