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

  1. package mx.core
  2. {
  3.    public interface IDeferredInstance
  4.    {
  5.       function getInstance() : Object;
  6.    }
  7. }
  8.  
  9.