IToiChannelObserver.idl
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015 #ifndef ITOICHANNELOBSERVER_IDL
00016 #define ITOICHANNELOBSERVER_IDL
00017
00018 #include "TToiInvalidArgumentException.idl"
00019 #include "TToiNotEnoughResourcesException.idl"
00020 #include "TToiUnhandledValueException.idl"
00021 #include "IToiApplicationService.idl"
00022 #include "IToiOperationManager.idl"
00023 #include "TToiOperationNotSupportedException.idl"
00024 #include "TToiNoDataException.idl"
00025 #include "TToiSessionViolationException.idl"
00026 #include "IToiMediaSession.idl"
00027 #include "IToiFrontendService.idl"
00028 #include "IToiChannelService.idl"
00029
00036
00044 interface IToiChannelObserver {
00045
00052 oneway void OnChannelsAdded(in IToiChannelService::TToiChannelIdSequence channels);
00053
00060 oneway void OnChannelsRemoved(in IToiChannelService::TToiChannelIdSequence channels);
00061
00069 oneway void OnChannelsChanged(in IToiChannelService::TToiChannelIdSequence channels);
00070
00071 };
00072
00073 #endif