Packagecom.adobe.rtc.events
Classpublic class AccountManagerEvent
InheritanceAccountManagerEvent Inheritance flash.events.Event

AccountManagerEvent details the set of event types dispatched by an AccountManager, and includes properties concerning the events.

See also

com.adobe.rtc.util.AccountManager


Public Properties
 PropertyDefined by
  list : Array
For TEMPLATE_LIST_RECEIVE or ROOM_LIST_RECEIVE, the list of templates or rooms.
AccountManagerEvent
  roomName : String
For ROOM_DELETE or ROOM_CREATE, the name of the room affected
AccountManagerEvent
  templateName : String
For TEMPLATE_CREATE, the name of the template affected
AccountManagerEvent
Public Methods
 MethodDefined by
  
AccountManagerEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
AccountManagerEvent
Public Constants
 ConstantDefined by
  ACCESS_ERROR : String = "accessError"
[static] Event type emitted when a request fails (probably because invalid permissions)
AccountManagerEvent
  LOGIN_FAILURE : String = "loginFailure"
[static] Event type emitted when a call to login to the service has failed
AccountManagerEvent
  LOGIN_SUCCESS : String = "loginSuccess"
[static] Event type emitted when a call to login to the service has succeeded
AccountManagerEvent
  ROOM_CREATE : String = "roomCreate"
[static] Event type emitted when a call to createRoom has returned
AccountManagerEvent
  ROOM_DELETE : String = "roomDelete"
[static] Event type emitted when a call to deleteRoom has returned
AccountManagerEvent
  ROOM_LIST_RECEIVE : String = "roomListReceive"
[static] Event type emitted when a call to requestRoomList has returned
AccountManagerEvent
  TEMPLATE_CLONE : String = "templateClone"
[static] Event type emitted when a call to createTemplate has returned
AccountManagerEvent
  TEMPLATE_DELETE : String = "templateDelete"
[static] Event type emitted when a call to deleteTemplate has returned
AccountManagerEvent
  TEMPLATE_LIST_RECEIVE : String = "templateListReceive"
[static] Event type emitted when a call to requestTemplateList has returned
AccountManagerEvent
Property detail
listproperty
public var list:Array

For TEMPLATE_LIST_RECEIVE or ROOM_LIST_RECEIVE, the list of templates or rooms. This is returned as an array of objects with details about the rooms or templates.

roomNameproperty 
public var roomName:String

For ROOM_DELETE or ROOM_CREATE, the name of the room affected

templateNameproperty 
public var templateName:String

For TEMPLATE_CREATE, the name of the template affected

Constructor detail
AccountManagerEvent()constructor
public function AccountManagerEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)Parameters
type:String
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)
Constant detail
ACCESS_ERRORconstant
public static const ACCESS_ERROR:String = "accessError"

Event type emitted when a request fails (probably because invalid permissions)

LOGIN_FAILUREconstant 
public static const LOGIN_FAILURE:String = "loginFailure"

Event type emitted when a call to login to the service has failed

LOGIN_SUCCESSconstant 
public static const LOGIN_SUCCESS:String = "loginSuccess"

Event type emitted when a call to login to the service has succeeded

ROOM_CREATEconstant 
public static const ROOM_CREATE:String = "roomCreate"

Event type emitted when a call to createRoom has returned

ROOM_DELETEconstant 
public static const ROOM_DELETE:String = "roomDelete"

Event type emitted when a call to deleteRoom has returned

ROOM_LIST_RECEIVEconstant 
public static const ROOM_LIST_RECEIVE:String = "roomListReceive"

Event type emitted when a call to requestRoomList has returned

TEMPLATE_CLONEconstant 
public static const TEMPLATE_CLONE:String = "templateClone"

Event type emitted when a call to createTemplate has returned

TEMPLATE_DELETEconstant 
public static const TEMPLATE_DELETE:String = "templateDelete"

Event type emitted when a call to deleteTemplate has returned

TEMPLATE_LIST_RECEIVEconstant 
public static const TEMPLATE_LIST_RECEIVE:String = "templateListReceive"

Event type emitted when a call to requestTemplateList has returned





 

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