export interface IEventMapper{ adaptedType:string; addListener:any; removeListener:any; callback:any; }