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 an MHP terminal detects a permanent discontinuity in NPT as defined in the main body of the present document.
 class NPTPresentEvent
          Sent to listeners on a DSMCCStream object when NPT newly appears for that DSMCC stream when it was not previously present.
 class NPTRemovedEvent
          Sent to listeners on a DSMCCStream object when NPT 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.