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

  1. package mx.core
  2. {
  3.    import flash.events.IEventDispatcher;
  4.    
  5.    public interface IPropertyChangeNotifier extends IEventDispatcher, IUID
  6.    {
  7.        
  8.    }
  9. }
  10.