Packageorg.wak.dialog.event
Classpublic class TextSelectedEvent
InheritanceTextSelectedEvent Inheritance flash.events.Event

Event dispatched when the player selected a text to say in a DialogMenu



Public Properties
 PropertyDefined by
  topic : Topic
[read-only] The topic of the option selected
TextSelectedEvent
Public Methods
 MethodDefined by
  
TextSelectedEvent(type:String, pTopic:Topic, bubbles:Boolean = false, cancelable:Boolean = false)
TextSelectedEvent
Property detail
topicproperty
topic:Topic  [read-only]

The topic of the option selected

Implementation
    public function get topic():Topic
Constructor detail
TextSelectedEvent()constructor
public function TextSelectedEvent(type:String, pTopic:Topic, bubbles:Boolean = false, cancelable:Boolean = false)Parameters
type:String
 
pTopic:Topic
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)