Uses of Class
org.dvb.dsmcc.NPTStatusEvent

Packages that use NPTStatusEvent
org.dvb.dsmcc Provides extended access to files carried in the broadcast stream. 
 

Uses of NPTStatusEvent in org.dvb.dsmcc
 

Subclasses of NPTStatusEvent in org.dvb.dsmcc
 class NPTDiscontinuityEvent
          Sent when a GEM terminal detects a permanent value discontinuity in a broadcast timebase as defined in the main body of the present document.
 class NPTPresentEvent
          Sent to listeners on a DSMCCStream object when a broadcast timeline newly appears for that DSMCC stream when it was not previously present.
 class NPTRemovedEvent
          Sent to listeners on a DSMCCStream object when a broadcast timeline which was present for that DSMCC stream is removed.
 

Methods in org.dvb.dsmcc with parameters of type NPTStatusEvent
 void NPTListener.receiveNPTStatusEvent(NPTStatusEvent e)
          Send a NPTStatusEvent to a registered listener.