home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Diversos
/
Beez.swf
/
scripts
/
org
/
puremvc
/
as3
/
interfaces
/
ICommand.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
|
2008-09-03
|
155 b
|
10 lines
package org.puremvc.as3.interfaces
{
public interface ICommand
{
function execute(param1:INotification) : void;
}
}