| Package | com.adobe.rtc.events |
| Class | public class UserQueueEvent |
| Inheritance | UserQueueEvent flash.events.Event |
See also
| Property | Defined by | ||
|---|---|---|---|
| reason : String
The reason for clearing the queue
| UserQueueEvent | ||
| userID : String
The user ID that submitted the request that was updated
| UserQueueEvent | ||
| Method | Defined by | ||
|---|---|---|---|
|
UserQueueEvent(p_type:String, p_userID:String = null)
| UserQueueEvent | ||
| Constant | Defined by | ||
|---|---|---|---|
| ACCEPT : String = "accepted" [static]
Type of event dispatched when a user is accepted
| UserQueueEvent | ||
| CANCEL : String = "cancel" [static]
Type of event emitted when a user cancels a request on the queue
| UserQueueEvent | ||
| CLEAR : String = "queueClear" [static]
Type of event emitted when the queue is cleared
| UserQueueEvent | ||
| DENY : String = "deny" [static]
Type of event emitted when a user is denied a request on the queue
| UserQueueEvent | ||
| ITEM_UPDATE : String = "queueItemUpdate" [static]
Type of event emitted when the an item in the queue is added or dealt with
| UserQueueEvent | ||
| LOG : String = "log" [static]
| UserQueueEvent | ||
| reason | property |
public var reason:StringThe reason for clearing the queue
| userID | property |
public var userID:StringThe user ID that submitted the request that was updated
| UserQueueEvent | () | constructor |
public function UserQueueEvent(p_type:String, p_userID:String = null)Parameters
p_type:String |
|
p_userID:String (default = null) |
| ACCEPT | constant |
public static const ACCEPT:String = "accepted"Type of event dispatched when a user is accepted
| CANCEL | constant |
public static const CANCEL:String = "cancel"Type of event emitted when a user cancels a request on the queue
| CLEAR | constant |
public static const CLEAR:String = "queueClear"Type of event emitted when the queue is cleared
| DENY | constant |
public static const DENY:String = "deny"Type of event emitted when a user is denied a request on the queue
| ITEM_UPDATE | constant |
public static const ITEM_UPDATE:String = "queueItemUpdate"Type of event emitted when the an item in the queue is added or dealt with
| LOG | constant |
public static const LOG:String = "log"
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/UserQueueEvent.html