Packagecom.adobe.rtc.events
Classpublic class ChatEvent
InheritanceChatEvent Inheritance flash.events.Event

Event class dispatched by com.adobe.rtc.pods.simpleChatClasses.SimpleChatModel.

See also

com.adobe.rtc.pods.simpleChatClasses.SimpleChatModel


Public Properties
 PropertyDefined by
  message : ChatMessageDescriptor
The ChateMessageDescriptor for which this event pertains, if applicable.
ChatEvent
Public Methods
 MethodDefined by
  
ChatEvent(p_type:String, p_message:ChatMessageDescriptor = null)
ChatEvent
Public Constants
 ConstantDefined by
  ALLOW_PRIVATE_CHAT_CHANGE : String = "allowPrivateChatChange"
[static] Dispatched when private chat is enabled or disabled.
ChatEvent
  HISTORY_CHANGE : String = "historyChange"
[static] Dispatched when the history changes.
ChatEvent
  TIME_FORMAT_CHANGE : String = "timeFormatChange"
[static] Dispatched when the time format changes from the AM/PM format to the 24 hour system and vise versa.
ChatEvent
  TYPING_LIST_UPDATE : String = "typingListUpdate"
[static] Dispatched when the typing list updates.
ChatEvent
  USE_TIME_STAMPS_CHANGE : String = "useTimeStampsChange"
[static] Dispatched when timestamps are turned on or off.
ChatEvent
Property detail
messageproperty
public var message:ChatMessageDescriptor

The ChateMessageDescriptor for which this event pertains, if applicable.

Constructor detail
ChatEvent()constructor
public function ChatEvent(p_type:String, p_message:ChatMessageDescriptor = null)Parameters
p_type:String
 
p_message:ChatMessageDescriptor (default = null)
Constant detail
ALLOW_PRIVATE_CHAT_CHANGEconstant
public static const ALLOW_PRIVATE_CHAT_CHANGE:String = "allowPrivateChatChange"

Dispatched when private chat is enabled or disabled.

HISTORY_CHANGEconstant 
public static const HISTORY_CHANGE:String = "historyChange"

Dispatched when the history changes. If this is a result of a new message arriving, the message descriptor reside in .message.

TIME_FORMAT_CHANGEconstant 
public static const TIME_FORMAT_CHANGE:String = "timeFormatChange"

Dispatched when the time format changes from the AM/PM format to the 24 hour system and vise versa.

TYPING_LIST_UPDATEconstant 
public static const TYPING_LIST_UPDATE:String = "typingListUpdate"

Dispatched when the typing list updates.

USE_TIME_STAMPS_CHANGEconstant 
public static const USE_TIME_STAMPS_CHANGE:String = "useTimeStampsChange"

Dispatched when timestamps are turned on or off.





 

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