| Package | com.adobe.rtc.events |
| Class | public class ChatEvent |
| Inheritance | ChatEvent flash.events.Event |
See also
| Property | Defined by | ||
|---|---|---|---|
| message : ChatMessageDescriptor
The ChateMessageDescriptor for which this event pertains, if applicable.
| ChatEvent | ||
| Method | Defined by | ||
|---|---|---|---|
|
ChatEvent(p_type:String, p_message:ChatMessageDescriptor = null)
| ChatEvent | ||
| Constant | Defined 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 | ||
| message | property |
public var message:ChatMessageDescriptorThe ChateMessageDescriptor for which this event pertains, if applicable.
| ChatEvent | () | constructor |
public function ChatEvent(p_type:String, p_message:ChatMessageDescriptor = null)Parameters
p_type:String |
|
p_message:ChatMessageDescriptor (default = null) |
| ALLOW_PRIVATE_CHAT_CHANGE | constant |
public static const ALLOW_PRIVATE_CHAT_CHANGE:String = "allowPrivateChatChange"Dispatched when private chat is enabled or disabled.
| HISTORY_CHANGE | constant |
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_CHANGE | constant |
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_UPDATE | constant |
public static const TYPING_LIST_UPDATE:String = "typingListUpdate"Dispatched when the typing list updates.
| USE_TIME_STAMPS_CHANGE | constant |
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