IToiChannelObserver.idl

00001 /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-
00002  *--------------------------------------------------------------------
00003  *
00004  * IToiChannelObserver.idl
00005  *
00006  * This file was created by the Motorola IDL backend, 
00007  * which is based on the OmniORB IDL parser.
00008  * Please do not modify.
00009  *
00010  * Copyright (c) 2009 Motorola Inc. All Rights Reserved.
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 //@ [EventObserver(EventIdStartNumber=4000)]
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