org.ocap.dvr
Class RecordingAlertEvent
java.lang.Object
java.util.EventObject
org.ocap.dvr.RecordingAlertEvent
- All Implemented Interfaces:
- Serializable
public class RecordingAlertEvent
- extends EventObject
Event notifying that a scheduled recording is about to occur. This event
is triggered for LeafRecordingRequest
s in pending states.
- See Also:
- Serialized Form
RecordingAlertEvent
public RecordingAlertEvent(RecordingRequest source)
- Constructs the event.
- Parameters:
source
- The RecordingRequest
that
caused the event.
getRecordingRequest
public RecordingRequest getRecordingRequest()
- Returns the
RecordingRequest
that caused the event.
- Returns:
- The
RecordingRequest
that caused the event.