Packagecom.adobe.rtc.events
Classpublic class UserQueueEvent
InheritanceUserQueueEvent Inheritance flash.events.Event

UserQueueEvent describes events dispatched by UserQueue. See the constants below for a listing of possible types.

See also

com.adobe.rtc.sharedModel.UserQueue


Public Properties
 PropertyDefined by
  reason : String
The reason for clearing the queue
UserQueueEvent
  userID : String
The user ID that submitted the request that was updated
UserQueueEvent
Public Methods
 MethodDefined by
  
UserQueueEvent(p_type:String, p_userID:String = null)
UserQueueEvent
Public Constants
 ConstantDefined 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
Property detail
reasonproperty
public var reason:String

The reason for clearing the queue

userIDproperty 
public var userID:String

The user ID that submitted the request that was updated

Constructor detail
UserQueueEvent()constructor
public function UserQueueEvent(p_type:String, p_userID:String = null)Parameters
p_type:String
 
p_userID:String (default = null)
Constant detail
ACCEPTconstant
public static const ACCEPT:String = "accepted"

Type of event dispatched when a user is accepted

CANCELconstant 
public static const CANCEL:String = "cancel"

Type of event emitted when a user cancels a request on the queue

CLEARconstant 
public static const CLEAR:String = "queueClear"

Type of event emitted when the queue is cleared

DENYconstant 
public static const DENY:String = "deny"

Type of event emitted when a user is denied a request on the queue

ITEM_UPDATEconstant 
public static const ITEM_UPDATE:String = "queueItemUpdate"

Type of event emitted when the an item in the queue is added or dealt with

LOGconstant 
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