home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Puzzle / HexiomConnect.swf / scripts / mx / resources / IResourceBundle.as next >
Text File  |  2008-08-29  |  232b  |  14 lines

  1. package mx.resources
  2. {
  3.    public interface IResourceBundle
  4.    {
  5.        
  6.       
  7.       function get content() : Object;
  8.       
  9.       function get locale() : String;
  10.       
  11.       function get bundleName() : String;
  12.    }
  13. }
  14.