00001 // Copyright (c) 2011 Motorola Mobility, Inc. All rights reserved. 00002 00003 #ifndef IVERIMATRIXOBSERVER_IDL 00004 #define IVERIMATRIXOBSERVER_IDL 00005 00006 #include "IVerimatrixService.idl" 00007 00016 interface IVerimatrixObserver 00017 { 00018 00029 oneway void OnStateChange(in IVerimatrixService::TState state, in long sessionId); 00030 }; 00031 00032 #endif