Packagecom.adobe.rtc.events
Classpublic class ConnectSessionEvent
InheritanceConnectSessionEvent Inheritance flash.events.Event

The event class sent for events sent by ConnectSession.

See also

com.adobe.rtc.session.ConnectSession


Public Properties
 PropertyDefined by
  reason : String
A reason for calling close; for example, "The meeting has ended".
ConnectSessionEvent
Public Methods
 MethodDefined by
  
ConnectSessionEvent(p_type:String, p_reason:String = "")
ConnectSessionEvent
Public Constants
 ConstantDefined by
  CLOSE : String = "close"
[static] Dispatched when the ConnectSession is closed and about to remove its children.
ConnectSessionEvent
Property detail
reasonproperty
public var reason:String

A reason for calling close; for example, "The meeting has ended".

Constructor detail
ConnectSessionEvent()constructor
public function ConnectSessionEvent(p_type:String, p_reason:String = "")Parameters
p_type:String
 
p_reason:String (default = "")
Constant detail
CLOSEconstant
public static const CLOSE:String = "close"

Dispatched when the ConnectSession is closed and about to remove its children.





 

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/ConnectSessionEvent.html