00001 // ** LICENSE BLOCK ** 00002 // 00003 // AMControllableHierarchy.h 00004 // aria 00005 // 00006 // Created by Yohan Lasorsa on 03/07/09. 00007 // Copyright 2009 INRIA, Team WAM. All rights reserved. 00008 // 00009 00010 #import "AMControl.h" 00011 #import <Foundation/Foundation.h> 00012 00013 00017 @protocol AMControllableHierarchy 00018 00023 - (AMControl *)getClosestControlWithName:(NSString *)_name; 00024 00025 @end