ToiMediaRecorderStateChangedEvent.idl

00001 /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-
00002  *--------------------------------------------------------------------
00003  *
00004  * ToiMediaRecorderStateChangedEvent.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 TOIMEDIARECORDERSTATECHANGEDEVENT_IDL
00016 #define TOIMEDIARECORDERSTATECHANGEDEVENT_IDL
00017 #include "TToiOperationNotSupportedException.idl"
00018 #include "TToiUnavailableException.idl"
00019 #include "TToiNoDataException.idl"
00020 #include "TToiNotEnoughResourcesException.idl"
00021 #include "TToiInvalidArgumentException.idl"
00022 #include "TToiBusyException.idl"
00023 #include "TToiSessionViolationException.idl"
00024 #include "TToiPermissionDeniedException.idl"
00025 #include "TToiInvalidPreconditionException.idl"
00026 #include "ToiMediaSession.idl"
00027 #include "TToiUnhandledValueException.idl"
00028 #include "ToiApplicationService.idl"
00029 #include "ToiOperationManager.idl"
00030 #include "ToiAssetManagerService.idl"
00031 #include "ToiMediaPlayerBase.idl"
00032 #include "ToiMediaPlayer.idl"
00033 #include "ToiMediaRecorderBase.idl"
00034 #include "ToiMediaRecorder.idl"
00035 #include "ToiEvent.idl"
00036 
00057 // \ref EventTargetHolder::ON_STATE_CHANGED
00058 //@ [Event(Observer=IToiMediaRecorderObserver, Method=OnStateChanged)]
00059 interface ToiMediaRecorderStateChangedEvent : ToiEvent {
00060   readonly attribute ToiMediaRecorderBase::TToiMediaRecorderState state;
00061   readonly attribute string reason;
00062 };
00063 #endif