home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 2010 Software/Programs / PCGuia_programas.iso / Software / Utils / Livebrush / Install-LivebrushLite.air / livebrush.swf / scripts / fl / managers / IFocusManagerGroup.as < prev    next >
Encoding:
Text File  |  2009-10-26  |  295 b   |  15 lines

  1. package fl.managers
  2. {
  3.    public interface IFocusManagerGroup
  4.    {
  5.       function get groupName() : String;
  6.       
  7.       function get selected() : Boolean;
  8.       
  9.       function set groupName(param1:String) : void;
  10.       
  11.       function set selected(param1:Boolean) : void;
  12.    }
  13. }
  14.  
  15.