IToiDvbEitCacheObserver Interface Reference


Description

The IToiDvbEitCacheObserver interface may be implemented by applications and registered with the IToiDvbEitCache to asynchronously receive events.

See also:
IToiDvbEitService
IToiDvbEitCache
Note:
Services or applications may choose to inherit the adapter class TToiDvbEitCacheObserverAdapter, which provides a default empty implementation of IToiDvbEitCacheObserver.

import "IToiDvbEitCacheObserver.idl";

List of all members.

Public Member Functions

oneway void OnCacheUpdated (in IToiDvbEitCache::TToiDvbEitUpdateInfoSequence updates)

Member Function Documentation

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.

Parameters:
updates Seququence of updates.