| Package | Description |
|---|---|
| org.dvb.si |
| Modifier and Type | Class and Description |
|---|---|
class |
SILackOfResourcesEvent
This event is sent in response to a SI retrieval request when
the resources needed for retrieving the data are not available,
e.g.
|
class |
SINotInCacheEvent
This event is sent in response to a SI retrieval request when
the request was made with the FROM_CACHE_ONLY mode and the requested data
is not present in the cache.
|
class |
SIObjectNotInTableEvent
This event is sent in response to a SI retrieval request when
the SI table where the information about the requested object
should be located has been retrieved but the requested object
is not present in it.
|
class |
SIRequestCancelledEvent
This event is sent in response to a SI retrieval request when
the request is cancelled with the SIRequest.cancelRequest method call.
|
class |
SISuccessfulRetrieveEvent
This event is sent in response to a SI retrieval request when
the retrieve request was successfully completed.
|
class |
SITableNotFoundEvent
This event is sent in response to a SI retrieval request when
the SI table that should contain the requested information could
not be retrieved.
|
class |
SITableUpdatedEvent
This event is sent in response to a SI descriptor retrieval
request when the table carrying the information about the
object has been updated and the set of descriptors consistent
with the old object can not be retrieved.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SIRetrievalListener.postRetrievalEvent(SIRetrievalEvent event)
This method is called by the SI API implementation to notify the
listener about completion of an SI request.
|
Copyright © 2012 code4tv.com. All Rights Reserved.