|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StreamEventListener | |
|---|---|
| org.dvb.dsmcc | Provides extended access to files carried in the broadcast stream. |
| Uses of StreamEventListener in org.dvb.dsmcc |
|---|
| Methods in org.dvb.dsmcc with parameters of type StreamEventListener | |
|---|---|
int |
DSMCCStreamEvent.subscribe(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(String eventName,
StreamEventListener l)
This function is used to cancel the subscription to an event of a DSMCCEvent object. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||