dashboard
repositories
filestore
activity
search
login
tmn
/
tmn-home
Home directory for Malawi's wwwroot
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Removed ".old" files
Duncan Ewan
2021-02-19
beae6e0bf7ffeba3d49691a847fab778e5296ce5
[tmn/tmn-home.git]
/
WEB-INF
/
cfform
/
system_classes
/
mx
/
central
/
services
/
RPCFactory.as
1
2
3
4
5
6
7
8
9
intrinsic class mx.central.services.RPCFactory {
var response:String;
function RPCFactory (RPCUrl:String);
function onFault (fauly:Object):Void;
function onResult (result:Object):Void;
function createCall (myMethod:String):Object;
}