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

Dispatched whenever a connection error occurs during a control connection, i.e. a connection to send subscription/unsubscription requests, constraint change request or messages to the session.

Upon such a problem, the library will keep retrying to connect to the Server, hence this event should be considered for notification and diagnostic purpose only.



Public Properties
 PropertyDefined By
 Inheritedclient : LSClient
[read-only] 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.