home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computer Active 2010 August
/
CA08.iso
/
Multimedija
/
shufflr.air
/
ShufflrClient.swf
/
scripts
/
mx
/
controls
/
IFlexContextMenu.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
|
268 b
|
13 lines
package mx.controls
{
import flash.display.InteractiveObject;
public interface IFlexContextMenu
{
function setContextMenu(param1:InteractiveObject) : void;
function unsetContextMenu(param1:InteractiveObject) : void;
}
}