home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Puzzle
/
HexiomConnect.swf
/
scripts
/
mx
/
core
/
IButton.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
|
2008-08-29
|
289 b
|
14 lines
package mx.core
{
public interface IButton extends IUIComponent
{
function get emphasized() : Boolean;
function set emphasized(param1:Boolean) : void;
function callLater(param1:Function, param2:Array = null) : void;
}
}