00001 /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- 00002 *--------------------------------------------------------------------------- 00003 * 00004 * interface/internal/IProcessObserver.idl 00005 * 00006 * Copyright (c) 2002 Motorola Inc. All Rights Reserved. 00007 * 00008 *--------------------------------------------------------------------------- 00009 */ 00010 00011 #ifndef IPROCESSOBSERVER_IDL 00012 #define IPROCESSOBSERVER_IDL 00013 00014 00029 interface IProcessObserver 00030 { 00053 oneway void OnProcessExit(in long pid, in long exitStatus); 00054 }; 00055 00056 #endif // IPROCESSOBSERVER_IDL