home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computer Active 2010 August
/
CA08.iso
/
Multimedija
/
shufflr.air
/
ShufflrClient.swf
/
scripts
/
mx
/
states
/
IOverride.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-06-23
|
261 b
|
15 lines
package mx.states
{
import mx.core.UIComponent;
public interface IOverride
{
function initialize() : void;
function remove(param1:UIComponent) : void;
function apply(param1:UIComponent) : void;
}
}