
org.ocap.dvr.RecordingAlertEvent.html Maven / Gradle / Ivy
RecordingAlertEvent
Overview
Package
Class
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD
org.ocap.dvr
Class RecordingAlertEvent
java.lang.Object
java.util.EventObject
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 LeafRecordingRequest
s 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
- TheRecordingRequest
that caused the event.
Method Detail |
---|
getRecordingRequest
public RecordingRequest getRecordingRequest()
- Returns the
RecordingRequest
that caused the event.- Returns:
- The
RecordingRequest
that caused the event.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
© 2015 - 2025 Weber Informatics LLC | Privacy Policy