Class com.sekati.remoting.RemoteEvent

Description

RemoteEvent for use by RemoteCall.

Field Index

onRemoteFaultEVENT, onRemoteResultEVENT

Inherited from Event

Method Index

new RemoteEvent()

Inherited from Event

Inherited from CoreObject

Constructor Detail

RemoteEvent

public function RemoteEvent(type:String, target:Object, data:Object)

Constructor creates a RemoteEvent via RemoveCall to be dispatched.

Parameters

type(String) - one of the remote event types listed above.
target(Object) - the object that dispatched this event.
data(Object) - contains remoting transaction data for recieve and error.

Return

Void

Field Detail

onRemoteResultEVENT

static public onRemoteResultEVENT:String

onRemoteFaultEVENT

static public onRemoteFaultEVENT:String