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

  1. package mx.core
  2. {
  3.    public interface IInvalidating
  4.    {
  5.        
  6.       
  7.       function validateNow() : void;
  8.       
  9.       function invalidateDisplayList() : void;
  10.       
  11.       function invalidateSize() : void;
  12.       
  13.       function invalidateProperties() : void;
  14.    }
  15. }
  16.