| Package | com.adobe.rtc.events |
| Class | public class SessionEvent |
| Inheritance | SessionEvent flash.events.Event |
See also
| Property | Defined by | ||
|---|---|---|---|
| bwDown : uint | SessionEvent | ||
| bwDownString : String | SessionEvent | ||
| bwUp : uint | SessionEvent | ||
| bwUpString : String | SessionEvent | ||
| connectionStatus : String | SessionEvent | ||
| error : Error | SessionEvent | ||
| latency : uint | SessionEvent | ||
| latencyString : String | SessionEvent | ||
| templateName : String | SessionEvent | ||
| ticket : String | SessionEvent | ||
| userDescriptor : * | SessionEvent | ||
| Method | Defined by | ||
|---|---|---|---|
|
SessionEvent(p_type:String)
| SessionEvent | ||
| Constant | Defined by | ||
|---|---|---|---|
| CONNECTION_STATUS_CHANGE : String = "connectionStatusChange" [static]
Type of event emitted when the connection status changes .
| SessionEvent | ||
| DISCONNECT : String = "disconnect" [static]
Type of event emitted when the session is disconnected.
| SessionEvent | ||
| ERROR : String = "error" [static]
Type of event emitted when the server encounters an error.
| SessionEvent | ||
| LOGIN : String = "login" [static]
Type of event emitted when the session is logged in.
| SessionEvent | ||
| PING : String = "ping" [static]
Type of event emitted when the session pings.
| SessionEvent | ||
| SYNCHRONIZATION_CHANGE : String = "synchronizationChange" [static]
The type of event emitted when the session gains or loses synchronization with its source.
| SessionEvent | ||
| bwDown | property |
public var bwDown:uint
| bwDownString | property |
public var bwDownString:String
| bwUp | property |
public var bwUp:uint
| bwUpString | property |
public var bwUpString:String
| connectionStatus | property |
public var connectionStatus:String
| error | property |
public var error:Error
| latency | property |
public var latency:uint
| latencyString | property |
public var latencyString:String
| templateName | property |
public var templateName:String
| ticket | property |
public var ticket:String
| userDescriptor | property |
public var userDescriptor:*
| SessionEvent | () | constructor |
public function SessionEvent(p_type:String)Parameters
p_type:String |
| CONNECTION_STATUS_CHANGE | constant |
public static const CONNECTION_STATUS_CHANGE:String = "connectionStatusChange"Type of event emitted when the connection status changes .
| DISCONNECT | constant |
public static const DISCONNECT:String = "disconnect"Type of event emitted when the session is disconnected.
| ERROR | constant |
public static const ERROR:String = "error"Type of event emitted when the server encounters an error.
| LOGIN | constant |
public static const LOGIN:String = "login"Type of event emitted when the session is logged in.
| PING | constant |
public static const PING:String = "ping"Type of event emitted when the session pings.
| SYNCHRONIZATION_CHANGE | constant |
public static const SYNCHRONIZATION_CHANGE:String = "synchronizationChange"The type of event emitted when the session gains or loses synchronization with its source.
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/labs/acrobatcom/com/adobe/rtc/events/SessionEvent.html