| Package | com.lightstreamer.as_client.events |
| Class | public class StatusChangeEvent |
| Inheritance | StatusChangeEvent LSClientEvent flash.events.Event |
See also
| Property | Defined by | ||
|---|---|---|---|
![]() | client : 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 | ||
| Constant | Defined by | ||
|---|---|---|---|
| STATUS_CHANGE : String = "statusChange" [static]
Define the value of the type property of a StatusChange event object.
| StatusChangeEvent | ||
| previousStatus | property |
previousStatus:String [read-only]The previous status of the connection.
Implementation public function get previousStatus():String
| status | property |
status:String [read-only]The actual status of the connection.
Implementation public function get status():String
| STATUS_CHANGE | constant |
public static const STATUS_CHANGE:String = "statusChange"Define the value of the type property of a StatusChange event object.