| Package | com.adobe.rtc.events |
| Class | public class AccountManagerEvent |
| Inheritance | AccountManagerEvent flash.events.Event |
See also
| Property | Defined 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 | ||
| Method | Defined by | ||
|---|---|---|---|
|
AccountManagerEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
| AccountManagerEvent | ||
| Constant | Defined 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 | ||
| list | property |
public var list:ArrayFor 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.
| roomName | property |
public var roomName:StringFor ROOM_DELETE or ROOM_CREATE, the name of the room affected
| templateName | property |
public var templateName:StringFor TEMPLATE_CREATE, the name of the template affected
| AccountManagerEvent | () | constructor |
public function AccountManagerEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)Parameters
type:String |
|
bubbles:Boolean (default = false) |
|
cancelable:Boolean (default = false) |
| ACCESS_ERROR | constant |
public static const ACCESS_ERROR:String = "accessError"Event type emitted when a request fails (probably because invalid permissions)
| LOGIN_FAILURE | constant |
public static const LOGIN_FAILURE:String = "loginFailure"
Event type emitted when a call to login to the service has failed
| LOGIN_SUCCESS | constant |
public static const LOGIN_SUCCESS:String = "loginSuccess"
Event type emitted when a call to login to the service has succeeded
| ROOM_CREATE | constant |
public static const ROOM_CREATE:String = "roomCreate"
Event type emitted when a call to createRoom has returned
| ROOM_DELETE | constant |
public static const ROOM_DELETE:String = "roomDelete"
Event type emitted when a call to deleteRoom has returned
| ROOM_LIST_RECEIVE | constant |
public static const ROOM_LIST_RECEIVE:String = "roomListReceive"
Event type emitted when a call to requestRoomList has returned
| TEMPLATE_CLONE | constant |
public static const TEMPLATE_CLONE:String = "templateClone"
Event type emitted when a call to createTemplate has returned
| TEMPLATE_DELETE | constant |
public static const TEMPLATE_DELETE:String = "templateDelete"
Event type emitted when a call to deleteTemplate has returned
| TEMPLATE_LIST_RECEIVE | constant |
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