home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / Frizzle_fraz.swf / scripts / mx / core / IPropertyChangeNotifier.as < prev    next >
Encoding:
Text File  |  2008-09-26  |  167 b   |  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.