org.dvb.dsmcc
Class NPTRemovedEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.dvb.dsmcc.NPTStatusEvent
          extended by org.dvb.dsmcc.NPTRemovedEvent
All Implemented Interfaces:
java.io.Serializable

public class NPTRemovedEvent
extends NPTStatusEvent

Sent to listeners on a DSMCCStream object when a broadcast timeline which was present for that DSMCC stream is removed. This is specific to the particular timebase for this stream.

Since:
MHP 1.0.1
See Also:
Serialized Form

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

Constructor Detail

NPTRemovedEvent

public NPTRemovedEvent(DSMCCStream source)
Construct an event.

Parameters:
source - the DSMCCStream from which the broadcast timeline was removed