Packageorg.granite.tide.events
Classpublic class TideUIConversationEvent
InheritanceTideUIConversationEvent Inheritance TideUIEvent Inheritance flash.events.Event
ImplementsIConversationEvent

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



Public Properties
 PropertyDefined by
  conversationId : String
[read-only]
TideUIConversationEvent
 InheritedeventType : String
Type of the event
TideUIEvent
 Inheritedparams : Array
Array of event parameters
TideUIEvent
Public Methods
 MethodDefined by
  
TideUIConversationEvent(conversationId:String, eventType:String, ... params)
TideUIConversationEvent
  
clone():Event
TideUIConversationEvent
Public Constants
 ConstantDefined by
 InheritedTIDE_EVENT : String = "org.granite.tide.events.TideUIEvent"
[static]
TideUIEvent
Property detail
conversationIdproperty
conversationId:String  [read-only]Implementation
    public function get conversationId():String
Constructor detail
TideUIConversationEvent()constructor
public function TideUIConversationEvent(conversationId:String, eventType:String, ... params)Parameters
conversationId:String
 
eventType:String
 
... params
Method detail
clone()method
public override function clone():Event

Returns
Event