package { /* * The common interface between Component and Composite. */ public interface IMenu { function getItems ():Array; function getMenuText ():String; function getMyURL ():String; } }