org.ocap.dvr
Class RecordingAlertEvent

java.lang.Object
  extended by java.util.EventObject
      extended by 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 LeafRecordingRequests in pending states.

See Also:
Serialized Form

Constructor Summary
RecordingAlertEvent(RecordingRequest source)
          Constructs the event.
 
Method Summary
 RecordingRequest getRecordingRequest()
          Returns the RecordingRequest that caused the event.
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RecordingAlertEvent

public RecordingAlertEvent(RecordingRequest source)
Constructs the event.

Parameters:
source - The RecordingRequest that caused the event.
Method Detail

getRecordingRequest

public RecordingRequest getRecordingRequest()
Returns the RecordingRequest that caused the event.

Returns:
The RecordingRequest that caused the event.