Uses of Class
org.dvb.dsmcc.UnknownEventException

Packages that use UnknownEventException
org.dvb.dsmcc   
 

Uses of UnknownEventException in org.dvb.dsmcc
 

Methods in org.dvb.dsmcc that throw UnknownEventException
 int DSMCCStreamEvent.subscribe(java.lang.String eventName, StreamEventListener l)
          This function is used to subscribe to an event of a DSMCC StreamEvent object.
 void DSMCCStreamEvent.unsubscribe(int eventId, StreamEventListener l)
          This function is used to cancel the subscription to an event of a DSMCCEvent object.
 void DSMCCStreamEvent.unsubscribe(java.lang.String eventName, StreamEventListener l)
          This function is used to cancel the subscription to an event of a DSMCCEvent object.