Custom class to integrate with LCDS or BlazeDS's remote objects.
showBusyCursor:Boolean [read-write]
Flag to specify whether to show busy cursor.
Implementation
public function get showBusyCursor():Boolean
public function set showBusyCursor(value:Boolean):void
public function RemoteObjectCaller()
Constructor.
public function call(classPath:String, param:Object = null):void
Calls remote object's method.
Parameters
| classPath:String — Destination.MethodName format of string.
|
| |
| param:Object (default = null) — Object type of parameter to pass.
|
public function close():void
Closes connection.
Event object type: org.openzet.events.RPCEvent
Dispatched when data loading is complete.
Event object type: org.openzet.events.RPCEvent
Dispatched when an error ocurrs while loading data.
Event object type: org.openzet.events.RPCEvent
Dispatched when an object is intialized and ready to be used.