org.dvb.dsmcc
Class NPTStatusEvent
java.lang.Object
java.util.EventObject
org.dvb.dsmcc.NPTStatusEvent
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- NPTDiscontinuityEvent, NPTPresentEvent, NPTRemovedEvent
public abstract class NPTStatusEvent
- extends EventObject
Sent when an MHP terminal detects a change of status in the NPT of a stream.
- Since:
- MHP 1.0.1
- See Also:
- Serialized Form
Method Summary |
Object |
getSource()
Return the stream whose NPT status changed. |
NPTStatusEvent
public NPTStatusEvent(DSMCCStream source)
- Construct an event.
- Parameters:
source
- the stream whose NPT status changed
getSource
public Object getSource()
- Return the stream whose NPT status changed.
- Overrides:
getSource
in class EventObject
- Returns:
- the
DSMCCStream
whose status changed