home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Diversos
/
Beez.swf
/
scripts
/
org
/
puremvc
/
as3
/
interfaces
/
IModel.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-03
|
335 b
|
16 lines
package org.puremvc.as3.interfaces
{
public interface IModel
{
function removeProxy(param1:String) : IProxy;
function retrieveProxy(param1:String) : IProxy;
function registerProxy(param1:IProxy) : void;
function hasProxy(param1:String) : Boolean;
}
}