home *** CD-ROM | disk | FTP | other *** search
/ Computer Active 2010 August / CA08.iso / Darbas / kidoz_v1.air / kidoz.swf / scripts / mx / core / IPropertyChangeNotifier.as < prev    next >
Encoding:
Text File  |  2009-05-06  |  168 b   |  11 lines

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