| Package | com.lightstreamer.as_client.events |
| Class | public class ControlConnectionErrorEvent |
| Inheritance | ControlConnectionErrorEvent LSClientEvent flash.events.Event |
| Property | Defined by | ||
|---|---|---|---|
![]() | client : LSClient
The LSClient which this event is related to.
| LSClientEvent | |
| errorEvent : ErrorEvent [read-only]
IOErrorEvent or SecurityErrorEvent that originated this event
| ControlConnectionErrorEvent | ||
| Constant | Defined by | ||
|---|---|---|---|
| CONTROL_CONNECTION_ERROR : String = "controlConnectionError" [static]
Define the value of the type property of a ControlConnectionError event object.
| ControlConnectionErrorEvent | ||
| errorEvent | property |
errorEvent:ErrorEvent [read-only]IOErrorEvent or SecurityErrorEvent that originated this event
Implementation public function get errorEvent():ErrorEvent
| CONTROL_CONNECTION_ERROR | constant |
public static const CONTROL_CONNECTION_ERROR:String = "controlConnectionError"Define the value of the type property of a ControlConnectionError event object.