The IToiDvbEitCacheObserver interface may be implemented by applications and registered with the IToiDvbEitCache to asynchronously receive events.
import "IToiDvbEitCacheObserver.idl";
Public Member Functions | |
oneway void | OnCacheUpdated (in IToiDvbEitCache::TToiDvbEitUpdateInfoSequence updates) |
oneway void IToiDvbEitCacheObserver::OnCacheUpdated | ( | in IToiDvbEitCache::TToiDvbEitUpdateInfoSequence | updates | ) |
This event is sent when the cache have been updated with new information. In order not to be clogged by these events, they are sent at most every 500 ms.
updates | Seququence of updates. |