org.dvb.dsmcc
Class NPTStatusEvent

java.lang.Object
  extended byjava.util.EventObject
      extended byorg.dvb.dsmcc.NPTStatusEvent
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
NPTDiscontinuityEvent, NPTPresentEvent, NPTRemovedEvent

public abstract class NPTStatusEvent
extends java.util.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

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
NPTStatusEvent(DSMCCStream source)
          Construct an event.
 
Method Summary
 java.lang.Object getSource()
          Return the stream whose NPT status changed.
 
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

NPTStatusEvent

public NPTStatusEvent(DSMCCStream source)
Construct an event.

Parameters:
source - the stream whose NPT status changed
Method Detail

getSource

public java.lang.Object getSource()
Return the stream whose NPT status changed.

Returns:
the DSMCCStream whose status changed