org.ocap.dvr
Class RecordingAlertEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.ocap.dvr.RecordingAlertEvent
All Implemented Interfaces:
java.io.Serializable

public class RecordingAlertEvent
extends java.util.EventObject

Event notifying that a scheduled recording is about to occur. This event is triggered for LeafRecordingRequests in pending states.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
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
clone, equals, finalize, 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.