00001 /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- 00002 *-------------------------------------------------------------------- 00003 * 00004 * IToiAssetManagerObserver.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 ITOIASSETMANAGEROBSERVER_IDL 00016 #define ITOIASSETMANAGEROBSERVER_IDL 00017 00018 #include "TToiInvalidArgumentException.idl" 00019 #include "TToiNotEnoughResourcesException.idl" 00020 #include "TToiUnhandledValueException.idl" 00021 #include "IToiApplicationService.idl" 00022 #include "IToiOperationManager.idl" 00023 #include "TToiPermissionDeniedException.idl" 00024 #include "TToiNoDataException.idl" 00025 #include "IToiAssetManagerService.idl" 00026 00034 //@ [EventObserver(EventIdStartNumber=300)] 00042 interface IToiAssetManagerObserver { 00043 00053 oneway void OnAssetsAdded(in IToiAssetManagerService::TToiAssetIdSequence assetIds); 00054 00064 oneway void OnAssetsRemoved(in IToiAssetManagerService::TToiAssetIdSequence assetIds); 00065 00075 oneway void OnAssetsChanged(in IToiAssetManagerService::TToiAssetIdSequence assetIds); 00076 00086 oneway void OnDirectoriesAdded(in IToiAssetManagerService::TToiDirectoryIdSequence dirIds); 00087 00097 oneway void OnDirectoriesRemoved(in IToiAssetManagerService::TToiDirectoryIdSequence dirIds); 00098 00108 oneway void OnDirectoriesChanged(in IToiAssetManagerService::TToiDirectoryIdSequence dirIds); 00109 00110 }; 00111 00112 #endif