IToiMediaConsumerObserver.idl
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015 #ifndef ITOIMEDIACONSUMEROBSERVER_IDL
00016 #define ITOIMEDIACONSUMEROBSERVER_IDL
00017
00018 #include "TToiSessionViolationException.idl"
00019 #include "TToiUnavailableException.idl"
00020 #include "TToiInvalidArgumentException.idl"
00021 #include "TToiNoDataException.idl"
00022 #include "TToiOperationNotSupportedException.idl"
00023 #include "TToiNotEnoughResourcesException.idl"
00024 #include "IToiMediaSession.idl"
00025 #include "TToiPermissionDeniedException.idl"
00026 #include "TToiUnhandledValueException.idl"
00027 #include "IToiApplicationService.idl"
00028 #include "IToiMediaService.idl"
00029 #include "IToiMediaConsumer.idl"
00030
00046
00047
00055 interface IToiMediaConsumerObserver {
00056
00066 oneway void OnStateChanged(in IToiMediaConsumer::TToiState state,
00067 in string reason);
00068
00069 };
00070
00071 #endif