home *** CD-ROM | disk | FTP | other *** search
/ Computer Active 2010 August / CA08.iso / Multimedija / shufflr.air / ShufflrClient.swf / scripts / mx / core / IProgrammaticSkin.as < prev    next >
Encoding:
Text File  |  2010-06-23  |  168 b   |  11 lines

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