home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Puzzle / HexiomConnect.swf / scripts / mx / core / IFlexModuleFactory.as < prev    next >
Text File  |  2008-08-29  |  176b  |  12 lines

  1. package mx.core
  2. {
  3.    public interface IFlexModuleFactory
  4.    {
  5.        
  6.       
  7.       function create(... rest) : Object;
  8.       
  9.       function info() : Object;
  10.    }
  11. }
  12.