org.dvb.dsmcc
Class NPTPresentEvent
java.lang.Object
java.util.EventObject
org.dvb.dsmcc.NPTStatusEvent
org.dvb.dsmcc.NPTPresentEvent
- All Implemented Interfaces:
- Serializable
public class NPTPresentEvent
- extends NPTStatusEvent
Sent to listeners on a DSMCCStream object when NPT newly appears for that DSMCC stream
when it was not previously present. This is specific to the particular timebase for this
stream.
- Since:
- MHP 1.0.1
- See Also:
- Serialized Form
NPTPresentEvent
public NPTPresentEvent(DSMCCStream source)
- Construct an event.
- Parameters:
source
- the DSMCCStream for which the NPT event appeared.