home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Puzzle / filler.swf / scripts / mx / managers / IFocusManagerGroup.as < prev    next >
Encoding:
Text File  |  2008-09-02  |  310 b   |  16 lines

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