Packagecom.adobe.rtc.events
Classpublic class SessionEvent
InheritanceSessionEvent Inheritance flash.events.Event

These events are emitted by various Session classes

See also

com.adobe.rtc.session.ConnetSession


Public Properties
 PropertyDefined 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
Public Methods
 MethodDefined by
  
SessionEvent(p_type:String)
SessionEvent
Public Constants
 ConstantDefined 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
Property detail
bwDownproperty
public var bwDown:uint
bwDownStringproperty 
public var bwDownString:String
bwUpproperty 
public var bwUp:uint
bwUpStringproperty 
public var bwUpString:String
connectionStatusproperty 
public var connectionStatus:String
errorproperty 
public var error:Error
latencyproperty 
public var latency:uint
latencyStringproperty 
public var latencyString:String
templateNameproperty 
public var templateName:String
ticketproperty 
public var ticket:String
userDescriptorproperty 
public var userDescriptor:*
Constructor detail
SessionEvent()constructor
public function SessionEvent(p_type:String)Parameters
p_type:String
Constant detail
CONNECTION_STATUS_CHANGEconstant
public static const CONNECTION_STATUS_CHANGE:String = "connectionStatusChange"

Type of event emitted when the connection status changes .

DISCONNECTconstant 
public static const DISCONNECT:String = "disconnect"

Type of event emitted when the session is disconnected.

ERRORconstant 
public static const ERROR:String = "error"

Type of event emitted when the server encounters an error.

LOGINconstant 
public static const LOGIN:String = "login"

Type of event emitted when the session is logged in.

PINGconstant 
public static const PING:String = "ping"

Type of event emitted when the session pings.

SYNCHRONIZATION_CHANGEconstant 
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