org.dvb.dsmcc
Class NPTPresentEvent

java.lang.Object
  extended byjava.util.EventObject
      extended byorg.dvb.dsmcc.NPTStatusEvent
          extended byorg.dvb.dsmcc.NPTPresentEvent
All Implemented Interfaces:
java.io.Serializable

public class NPTPresentEvent
extends NPTStatusEvent

Sent to listeners on a DSMCCStream object when a broadcast timeline 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

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
NPTPresentEvent(DSMCCStream source)
          Construct an event.
 
Methods inherited from class org.dvb.dsmcc.NPTStatusEvent
getSource
 
Methods inherited from class java.util.EventObject
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NPTPresentEvent

public NPTPresentEvent(DSMCCStream source)
Construct an event.

Parameters:
source - the DSMCCStream for which the broadcast timeline appeared.