Packageorg.openzet.rpc.rpcClasses
Interfacepublic interface IRPCRemoteObject extends IRPCCore
SubinterfacesIRPCAMFCaller
ImplementorsRemoteObjectCaller

Interface that defines methods for RemoteObejct calls.



Public Properties
 PropertyDefined by
 InheritedshowBusyCursor : Boolean
Flag to specify whether to show busy icon.
IRPCCore
Public Methods
 MethodDefined by
  
call(classPath:String, param:Object = null):void
call method to be used when using remote objects.
IRPCRemoteObject
 Inherited
close():void
Close method
IRPCCore
Method detail
call()method
public function call(classPath:String, param:Object = null):void

call method to be used when using remote objects.

Parameters
classPath:String — Destination and its method.
 
param:Object (default = null) — Object type of parameter to pass.