home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Puzzle
/
Clusterz
/
Clusterz.swf
/
scripts
/
it
/
gotoandplay
/
smartfoxserver
/
handlers
/
IMessageHandler.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-09-12
|
188 b
|
10 lines
package it.gotoandplay.smartfoxserver.handlers
{
public interface IMessageHandler
{
function handleMessage(param1:Object, param2:String) : void;
}
}