Packagecom.lightstreamer.as_client.events
Classpublic class StatusChangeEvent
InheritanceStatusChangeEvent Inheritance LSClientEvent Inheritance flash.events.Event

Dispatched whenever the connection status changes.

See also

LSClient.changeStatus()


Public Properties
 PropertyDefined by
 Inheritedclient : LSClient
The LSClient which this event is related to.
LSClientEvent
  previousStatus : String
[read-only] The previous status of the connection.
StatusChangeEvent
  status : String
[read-only] The actual status of the connection.
StatusChangeEvent
Public Constants
 ConstantDefined by
  STATUS_CHANGE : String = "statusChange"
[static] Define the value of the type property of a StatusChange event object.
StatusChangeEvent
Property detail
previousStatusproperty
previousStatus:String  [read-only]

The previous status of the connection.

Implementation
    public function get previousStatus():String
statusproperty 
status:String  [read-only]

The actual status of the connection.

Implementation
    public function get status():String
Constant detail
STATUS_CHANGEconstant
public static const STATUS_CHANGE:String = "statusChange"

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