|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
org.ocap.dvr.RecordingAlertEvent
public class RecordingAlertEvent
Event notifying that a scheduled recording is about to occur. This event
is triggered for LeafRecordingRequest
s in pending states.
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 |
---|
public RecordingAlertEvent(RecordingRequest source)
source
- The RecordingRequest
that
caused the event.Method Detail |
---|
public RecordingRequest getRecordingRequest()
RecordingRequest
that caused the event.
RecordingRequest
that caused the event.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |