home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computer Active Guide 2009 June
/
CAG06.ISO
/
Programos
/
TwonkyMediaManagerSetupStandard.exe
/
MediaManager
/
Japanese.swf
/
scripts
/
mx
/
resources
/
IResourceBundle.as
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-02-09
|
217 b
|
13 lines
package mx.resources
{
public interface IResourceBundle
{
function get content() : Object;
function get locale() : String;
function get bundleName() : String;
}
}