home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computer Active 2010 August
/
CA08.iso
/
Multimedija
/
shufflr.air
/
ShufflrClient.swf
/
scripts
/
mx
/
core
/
IFlexModuleFactory.as
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2010-06-23
|
375 b
|
19 lines
package mx.core
{
import flash.utils.Dictionary;
public interface IFlexModuleFactory
{
function get preloadedRSLs() : Dictionary;
function allowInsecureDomain(... rest) : void;
function create(... rest) : Object;
function allowDomain(... rest) : void;
function info() : Object;
}
}