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

  1. package mx.core
  2. {
  3.    public interface IProgrammaticSkin
  4.    {
  5.        
  6.       
  7.       function validateNow() : void;
  8.       
  9.       function validateDisplayList() : void;
  10.    }
  11. }
  12.