home *** CD-ROM | disk | FTP | other *** search
/ Computer Active 2010 August / CA08.iso / Multimedija / shufflr.air / ShufflrClient.swf / scripts / mx / core / ISWFBridgeProvider.as < prev    next >
Encoding:
Text File  |  2010-06-23  |  294 b   |  15 lines

  1. package mx.core
  2. {
  3.    import flash.events.IEventDispatcher;
  4.    
  5.    public interface ISWFBridgeProvider
  6.    {
  7.       function get childAllowsParent() : Boolean;
  8.       
  9.       function get swfBridge() : IEventDispatcher;
  10.       
  11.       function get parentAllowsChild() : Boolean;
  12.    }
  13. }
  14.  
  15.