Packagecom.lightstreamer.as_client.events
Classpublic class ControlConnectionErrorEvent
InheritanceControlConnectionErrorEvent Inheritance LSClientEvent Inheritance flash.events.Event

Dispatched whenever an error occured during a control connection



Public Properties
 PropertyDefined by
 Inheritedclient : LSClient
The LSClient which this event is related to.
LSClientEvent
  errorEvent : ErrorEvent
[read-only] IOErrorEvent or SecurityErrorEvent that originated this event
ControlConnectionErrorEvent
Public Constants
 ConstantDefined by
  CONTROL_CONNECTION_ERROR : String = "controlConnectionError"
[static] Define the value of the type property of a ControlConnectionError event object.
ControlConnectionErrorEvent
Property detail
errorEventproperty
errorEvent:ErrorEvent  [read-only]

IOErrorEvent or SecurityErrorEvent that originated this event

Implementation
    public function get errorEvent():ErrorEvent
Constant detail
CONTROL_CONNECTION_ERRORconstant
public static const CONTROL_CONNECTION_ERROR:String = "controlConnectionError"

Define the value of the type property of a ControlConnectionError event object.