Standard Flex event that can dispatched from UI components and is intercepted by the context
in which the UI component is registered
This event indicates that the event needs to be dispatched in a particular conversation context
and may trigger creation of a new context
conversationId:String [read-only]Implementation
public function get conversationId():String
public function TideUIConversationEvent(conversationId:String, eventType:String, ... params)Parameters
| conversationId:String |
| |
| eventType:String |
| |
| ... params |
public override function clone():Event
Returns